Searched refs:cur_file_path (Results 1 – 1 of 1) sorted by relevance
138 std::string cur_file_path = kTombstoneFolderPath + cur_file_name; in removeOldFilesInternal() local139 if (stat(cur_file_path.c_str(), &cur_file_stat) == -1) { in removeOldFilesInternal()140 PLOG(ERROR) << "Failed to get file stat for " << cur_file_path; in removeOldFilesInternal()146 std::pair<const time_t, std::string>(cur_file_time, cur_file_path)); in removeOldFilesInternal()269 const std::string cur_file_path = kTombstoneFolderPath + cur_file_name; in cpioArchiveFilesInDir() local270 if (stat(cur_file_path.c_str(), &st) == -1) { in cpioArchiveFilesInDir()271 PLOG(ERROR) << "Failed to get file stat for " << cur_file_path; in cpioArchiveFilesInDir()275 const int fd_read = open(cur_file_path.c_str(), O_RDONLY); in cpioArchiveFilesInDir()277 PLOG(ERROR) << "Failed to open file " << cur_file_path; in cpioArchiveFilesInDir()