Searched defs:OpenFile (Results 1 – 5 of 5) sorted by relevance
/system/core/fs_mgr/libsnapshot/ | ||
D | estimate_cow_from_nonab_ota.cpp | 113 unique_fd TargetFilesPackage::OpenFile(const std::string& path) { in OpenFile() function in android::snapshot::TargetFilesPackage |
D | snapshot.cpp | 2390 auto SnapshotManager::OpenFile(const std::string& file, int lock_flags) in OpenFile() function in android::snapshot::SnapshotManager |
/system/update_engine/payload_consumer/ | ||
D | partition_writer.cc | 88 FileDescriptorPtr OpenFile(const char* path, in OpenFile() function |
/system/core/init/ | ||
D | util.cpp | 179 static int OpenFile(const std::string& path, int flags, mode_t mode) { in OpenFile() function |
/system/core/fastboot/ | ||
D | fastboot.cpp | 1620 unique_fd ZipImageSource::OpenFile(const std::string& name) const { in OpenFile() function in ZipImageSource |