Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Drestorable_file.cpp63 RestorableFile::RestorableFile(int value, const std::string& path) : unique_file_(value, path) { in RestorableFile()
66 unique_file_.DisableCleanup(); in RestorableFile()
75 std::string path(unique_file_.path()); in reset()
76 unique_file_.reset(); in reset()
96 std::string path(unique_file_.path()); in CommitWorkFile()
98 unique_file_.reset(-1, path); in CommitWorkFile()
130 return unique_file_; in GetUniqueFile()
134 std::string path(unique_file_.path()); in ResetAndRemoveAllFiles()
Drestorable_file.h59 int fd() const { return unique_file_.fd(); } in fd()
62 const std::string& path() const { return unique_file_.path(); } in path()
101 UniqueFile unique_file_; variable