Searched refs:OpenFileWithFlags (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/art/libartbase/base/ |
H A D | os_linux.cc | 33 return OpenFileWithFlags(name, O_RDONLY); in OpenFileForReading() 37 return OpenFileWithFlags(name, O_RDWR); in OpenFileReadWrite() 45 return OS::OpenFileWithFlags(name, O_CREAT | extra_flags); in CreateEmptyFile() 61 File* OS::OpenFileWithFlags(const char* name, int flags, bool auto_flush) { in OpenFileWithFlags() function in art::OS
|
H A D | os.h | 49 static File* OpenFileWithFlags(const char* name, int flags, bool auto_flush = true);
|
H A D | scoped_flock.cc | 52 std::unique_ptr<File> file(OS::OpenFileWithFlags(filename, flags, /* auto_flush= */ false)); in Open()
|
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/ |
D | os.h | 49 static File* OpenFileWithFlags(const char* name, int flags, bool auto_flush = true);
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/ |
D | os.h | 49 static File* OpenFileWithFlags(const char* name, int flags, bool auto_flush = true);
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/ |
D | os.h | 49 static File* OpenFileWithFlags(const char* name, int flags, bool auto_flush = true);
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/ |
D | os.h | 49 static File* OpenFileWithFlags(const char* name, int flags, bool auto_flush = true);
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/ |
D | os.h | 49 static File* OpenFileWithFlags(const char* name, int flags, bool auto_flush = true);
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/ |
D | os.h | 49 static File* OpenFileWithFlags(const char* name, int flags, bool auto_flush = true);
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/ |
D | os.h | 49 static File* OpenFileWithFlags(const char* name, int flags, bool auto_flush = true);
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/ |
D | os.h | 49 static File* OpenFileWithFlags(const char* name, int flags, bool auto_flush = true);
|
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/ |
D | os.h | 49 static File* OpenFileWithFlags(const char* name, int flags, bool auto_flush = true);
|