Home
last modified time | relevance | path

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

/aosp12/build/soong/symbol_inject/
H A Dsymbol_inject.go31 func OpenFile(r io.ReaderAt) (*File, error) { func
/aosp12/frameworks/native/services/vr/performanced/
H A Dcpu_set.cpp212 base::unique_fd CpuSet::OpenFile(const std::string& name, int flags) const { in OpenFile() function in android::dvr::CpuSet
/aosp12/system/core/fs_mgr/libsnapshot/
H A Destimate_cow_from_nonab_ota.cpp113 unique_fd TargetFilesPackage::OpenFile(const std::string& path) { in OpenFile() function in android::snapshot::TargetFilesPackage
H A Dsnapshot.cpp2421 auto SnapshotManager::OpenFile(const std::string& file, int lock_flags) in OpenFile() function in android::snapshot::SnapshotManager
/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader.cc324 std::unique_ptr<const DexFile> ArtDexFileLoader::OpenFile(int fd, in OpenFile() function in art::ArtDexFileLoader
/aosp12/system/update_engine/payload_consumer/
H A Dpartition_writer.cc88 FileDescriptorPtr OpenFile(const char* path, in OpenFile() function
/aosp12/system/core/init/
H A Dutil.cpp179 static int OpenFile(const std::string& path, int flags, mode_t mode) { in OpenFile() function
/aosp12/system/core/fastboot/
H A Dfastboot.cpp1620 unique_fd ZipImageSource::OpenFile(const std::string& name) const { in OpenFile() function in ZipImageSource
1652 unique_fd LocalImageSource::OpenFile(const std::string& name) const { in OpenFile() function in LocalImageSource
/aosp12/art/dex2oat/
H A Ddex2oat.cc1178 bool OpenFile() { in OpenFile() function in art::Dex2Oat