Home
last modified time | relevance | path

Searched defs:OpenFile (Results 1 – 5 of 5) sorted by relevance

/system/core/fastboot/
Dsuper_flash_helper_test.cpp46 unique_fd OpenFile(const std::string& name) const override { in OpenFile() function in TestImageSource
Dfastboot.cpp1960 unique_fd ZipImageSource::OpenFile(const std::string& name) const { in OpenFile() function in ZipImageSource
1985 unique_fd LocalImageSource::OpenFile(const std::string& name) const { in OpenFile() function in LocalImageSource
/system/update_engine/payload_consumer/
Dpartition_writer.cc86 FileDescriptorPtr OpenFile(const char* path, in OpenFile() function
/system/core/init/
Dutil.cpp188 static int OpenFile(const std::string& path, int flags, mode_t mode) { in OpenFile() function
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp3080 auto SnapshotManager::OpenFile(const std::string& file, in OpenFile() function in android::snapshot::SnapshotManager