Home
last modified time | relevance | path

Searched refs:tmp_file_path (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Drestorable_file.cpp140 std::string tmp_file_path = GetTmpFilePath(path); in CreateWritableFile() local
142 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()