Searched refs:cur_file_path (Results 1 – 1 of 1) sorted by relevance
202 std::string cur_file_path = kTombstoneFolderPath + cur_file_name; in removeOldFilesInternal() local203 if (stat(cur_file_path.c_str(), &cur_file_stat) == -1) { in removeOldFilesInternal()204 PLOG(ERROR) << "Failed to get file stat for " << cur_file_path; in removeOldFilesInternal()210 std::pair<const time_t, std::string>(cur_file_time, cur_file_path)); in removeOldFilesInternal()330 const std::string cur_file_path = kTombstoneFolderPath + cur_file_name; in cpioArchiveFilesInDir() local331 if (stat(cur_file_path.c_str(), &st) == -1) { in cpioArchiveFilesInDir()332 PLOG(ERROR) << "Failed to get file stat for " << cur_file_path; in cpioArchiveFilesInDir()336 const int fd_read = open(cur_file_path.c_str(), O_RDONLY); in cpioArchiveFilesInDir()338 PLOG(ERROR) << "Failed to open file " << cur_file_path; in cpioArchiveFilesInDir()