Home
last modified time | relevance | path

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

123

/aosp_15_r20/test/dittosuite/src/
H A Dopen_file.cpp23 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 Dfs.go99 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/
Dmain.rs137 struct OpenFile { struct
139 content: OpenFileContent, argument
/aosp_15_r20/external/skia/bazel/exporter/interfaces/
H A Dfile_system.go12 OpenFile(path string) (Writer, error) methodSpec
/aosp_15_r20/external/skia/bazel/exporter/interfaces/mocks/
H A DFileSystem.go16 func (_m *FileSystem) OpenFile(path string) (interfaces.Writer, error) { func
/aosp_15_r20/external/llvm-libc/test/src/dirent/
H A Ddirent_test.cpp65 TEST(LlvmLibcDirentTest, OpenFile) { in TEST() argument
/aosp_15_r20/external/cronet/base/fuchsia/
H A Dfile_utils_unittest.cc37 TEST_F(OpenDirectoryTest, OpenFile) { in TEST_F() argument
/aosp_15_r20/external/llvm/lib/Support/
H A DDataStream.cpp64 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 DDataStream.cpp65 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 Drand_util_posix.cc44 int OpenFile(const char* pathname, int flags) { in OpenFile() function
/aosp_15_r20/external/webrtc/modules/audio_processing/test/
H A Dtest_utils.cc73 FILE* OpenFile(absl::string_view filename, absl::string_view mode) { in OpenFile() function
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/
H A Dfile_backend.rs31 OpenFile(base::Error), enumerator
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_file_source.cc86 bool RtpFileSource::OpenFile(absl::string_view file_name) { in OpenFile() function in webrtc::test::RtpFileSource
/aosp_15_r20/system/core/fastboot/
H A Dsuper_flash_helper_test.cpp46 unique_fd OpenFile(const std::string& name) const override { in OpenFile() function in TestImageSource
/aosp_15_r20/external/skia/bazel/exporter_tool/
H A Dmain.go762 func (fs *fileSystem) OpenFile(path string) (interfaces.Writer, error) { func
/aosp_15_r20/external/cronet/net/ssl/
H A Dssl_key_logger_impl.cc58 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/
Dlockedfile.go38 func OpenFile(name string, flag int, perm fs.FileMode) (*File, error) { func
/aosp_15_r20/external/libchrome-gestures/src/
H A Dfile_util.cc17 FILE* OpenFile(const char* filename, const char* mode) { in OpenFile() function
/aosp_15_r20/external/sandboxed-api/contrib/libraw/utils/
H A Dutils_libraw.cc41 absl::Status LibRaw::OpenFile() { in OpenFile() function in LibRaw
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/metadata/cc/utils/
H A Dzip_readonly_mem_file.cc44 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 DFakeFileSystem.kt674 private class OpenFile( class
/aosp_15_r20/build/soong/symbol_inject/
H A Dsymbol_inject.go31 func OpenFile(r io.ReaderAt) (*File, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/test/ken/
Drob2.go275 func OpenFile() { func
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOPosix.cpp110 FILE* OpenFile(int Fd, const char* Mode) { in OpenFile() function
/aosp_15_r20/external/coreboot/util/board_status/go/src/cbfs/
H A Dcbfs.go223 func OpenFile(file *os.File) (CBFSReader, error) { func

123