Home
last modified time | relevance | path

Searched defs:OpenForWrite (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/gptfdisk/
H A Ddiskio.cc76 int DiskIO::OpenForWrite(const string & filename) { in OpenForWrite() function in DiskIO
H A Ddiskio-heap.cc58 int DiskIO::OpenForWrite(void) { in OpenForWrite() function in DiskIO
H A Ddiskio-windows.cc83 int DiskIO::OpenForWrite(void) { in OpenForWrite() function in DiskIO
H A Ddiskio-unix.cc118 int DiskIO::OpenForWrite(void) { in OpenForWrite() function in DiskIO
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dwriter_v2.cpp228 bool CowWriterV2::OpenForWrite() { in OpenForWrite() function in android::snapshot::CowWriterV2
H A Dwriter_v3.cpp220 bool CowWriterV3::OpenForWrite() { in OpenForWrite() function in android::snapshot::CowWriterV3
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-filesystem.cc338 int IcingFilesystem::OpenForWrite(const char *file_name) const { in OpenForWrite() function in icing::lib::IcingFilesystem
/aosp_15_r20/external/icing/icing/file/
H A Dfilesystem.cc334 int Filesystem::OpenForWrite(const char* file_name) const { in OpenForWrite() function in icing::lib::Filesystem
/aosp_15_r20/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_smoke_test.cpp58 int OpenForWrite(const std::string& filename) { in OpenForWrite() function
/aosp_15_r20/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp270 static int OpenForWrite(std::string path) { in OpenForWrite() function