/aosp_15_r20/test/dittosuite/src/ |
H A D | open_file.cpp | 23 OpenFile::OpenFile(const Params& params, const std::string& path_name, bool create, bool direct_io, in OpenFile() function in dittosuite::OpenFile 34 OpenFile::OpenFile(const Params& params, int input_key, bool create, bool direct_io, in OpenFile() function in dittosuite::OpenFile 44 OpenFile::OpenFile(const Params& params, bool create, bool direct_io, int output_fd_key, in OpenFile() function in dittosuite::OpenFile
|
/aosp_15_r20/build/blueprint/pathtools/ |
H A D | fs.go | 99 OpenFile(name string, flag int, perm fs.FileMode) (io.WriteCloser, error) methodSpec 212 func (fs *osFs) OpenFile(name string, flag int, perm fs.FileMode) (io.WriteCloser, error) { func 361 func (m *mockFs) OpenFile(name string, flag int, perm fs.FileMode) (io.WriteCloser, error) { func
|
/aosp_15_r20/packages/modules/Virtualization/guest/zipfuse/src/ |
D | main.rs | 137 struct OpenFile { struct 139 content: OpenFileContent, argument
|
/aosp_15_r20/external/skia/bazel/exporter/interfaces/ |
H A D | file_system.go | 12 OpenFile(path string) (Writer, error) methodSpec
|
/aosp_15_r20/external/skia/bazel/exporter/interfaces/mocks/ |
H A D | FileSystem.go | 16 func (_m *FileSystem) OpenFile(path string) (interfaces.Writer, error) { func
|
/aosp_15_r20/external/llvm-libc/test/src/dirent/ |
H A D | dirent_test.cpp | 65 TEST(LlvmLibcDirentTest, OpenFile) { in TEST() argument
|
/aosp_15_r20/external/cronet/base/fuchsia/ |
H A D | file_utils_unittest.cc | 37 TEST_F(OpenDirectoryTest, OpenFile) { in TEST_F() argument
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | DataStream.cpp | 64 std::error_code OpenFile(const std::string &Filename) { in OpenFile() function in __anon7649461a0111::DataFileStreamer
|
/aosp_15_r20/external/swiftshader/third_party/subzero/pnacl-llvm/ |
H A D | DataStream.cpp | 65 std::error_code OpenFile(const std::string &Filename) { in OpenFile() function in __anonb2144ea80111::DataFileStreamer
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/ |
H A D | rand_util_posix.cc | 44 int OpenFile(const char* pathname, int flags) { in OpenFile() function
|
/aosp_15_r20/external/webrtc/modules/audio_processing/test/ |
H A D | test_utils.cc | 73 FILE* OpenFile(absl::string_view filename, absl::string_view mode) { in OpenFile() function
|
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/ |
H A D | file_backend.rs | 31 OpenFile(base::Error), enumerator
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/ |
H A D | rtp_file_source.cc | 86 bool RtpFileSource::OpenFile(absl::string_view file_name) { in OpenFile() function in webrtc::test::RtpFileSource
|
/aosp_15_r20/system/core/fastboot/ |
H A D | super_flash_helper_test.cpp | 46 unique_fd OpenFile(const std::string& name) const override { in OpenFile() function in TestImageSource
|
/aosp_15_r20/external/skia/bazel/exporter_tool/ |
H A D | main.go | 762 func (fs *fileSystem) OpenFile(path string) (interfaces.Writer, error) { func
|
/aosp_15_r20/external/cronet/net/ssl/ |
H A D | ssl_key_logger_impl.cc | 58 void OpenFile(const base::FilePath& path) { in OpenFile() function in net::SSLKeyLoggerImpl::Core
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/lockedfile/ |
D | lockedfile.go | 38 func OpenFile(name string, flag int, perm fs.FileMode) (*File, error) { func
|
/aosp_15_r20/external/libchrome-gestures/src/ |
H A D | file_util.cc | 17 FILE* OpenFile(const char* filename, const char* mode) { in OpenFile() function
|
/aosp_15_r20/external/sandboxed-api/contrib/libraw/utils/ |
H A D | utils_libraw.cc | 41 absl::Status LibRaw::OpenFile() { in OpenFile() function in LibRaw
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/metadata/cc/utils/ |
H A D | zip_readonly_mem_file.cc | 44 voidpf ZipReadOnlyMemFile::OpenFile(voidpf opaque, const void* filename, in OpenFile() function in tflite::metadata::ZipReadOnlyMemFile
|
/aosp_15_r20/external/okio/okio-fakefilesystem/src/commonMain/kotlin/okio/fakefilesystem/ |
H A D | FakeFileSystem.kt | 674 private class OpenFile( class
|
/aosp_15_r20/build/soong/symbol_inject/ |
H A D | symbol_inject.go | 31 func OpenFile(r io.ReaderAt) (*File, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ken/ |
D | rob2.go | 275 func OpenFile() { func
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerIOPosix.cpp | 110 FILE* OpenFile(int Fd, const char* Mode) { in OpenFile() function
|
/aosp_15_r20/external/coreboot/util/board_status/go/src/cbfs/ |
H A D | cbfs.go | 223 func OpenFile(file *os.File) (CBFSReader, error) { func
|