Searched refs:tmp_file_path (Results 1 – 1 of 1) sorted by relevance
140 std::string tmp_file_path = GetTmpFilePath(path); in CreateWritableFile() local142 UnlinkPossiblyNonExistingFile(tmp_file_path); in CreateWritableFile()145 fd = open(tmp_file_path.c_str(), O_RDWR | O_CREAT, permissions); in CreateWritableFile()147 PLOG(ERROR) << "Cannot create file: " << tmp_file_path; in CreateWritableFile()