Home
last modified time | relevance | path

Searched defs:Open (Results 1 – 25 of 98) sorted by relevance

1234

/aosp12/art/libartbase/base/
H A Dscoped_flock.cc32 /* static */ ScopedFlock LockedFile::Open(const char* filename, std::string* error_msg) { in Open() function in art::LockedFile
36 /* static */ ScopedFlock LockedFile::Open(const char* filename, int flags, bool block, in Open() function in art::LockedFile
/aosp12/system/update_engine/payload_consumer/
H A Dcached_file_descriptor.h39 bool Open(const char* path, int flags, mode_t mode) override { in Open() function
42 bool Open(const char* path, int flags) override { in Open() function
H A Dfec_file_descriptor.cc23 bool FecFileDescriptor::Open(const char* path, int flags) { in Open() function in chromeos_update_engine::FecFileDescriptor
27 bool FecFileDescriptor::Open(const char* path, int flags, mode_t mode) { in Open() function in chromeos_update_engine::FecFileDescriptor
H A Dfake_file_descriptor.h42 bool Open(const char* path, int flags, mode_t mode) override { in Open() function
49 bool Open(const char* path, int flags) override { in Open() function
H A Dfile_descriptor.cc38 bool EintrSafeFileDescriptor::Open(const char* path, int flags, mode_t mode) { in Open() function in chromeos_update_engine::EintrSafeFileDescriptor
43 bool EintrSafeFileDescriptor::Open(const char* path, int flags) { in Open() function in chromeos_update_engine::EintrSafeFileDescriptor
H A Dcow_writer_file_descriptor.cc36 bool CowWriterFileDescriptor::Open(const char* path, int flags, mode_t mode) { in Open() function in chromeos_update_engine::CowWriterFileDescriptor
40 bool CowWriterFileDescriptor::Open(const char* path, int flags) { in Open() function in chromeos_update_engine::CowWriterFileDescriptor
H A Dfile_writer.cc23 int DirectFileWriter::Open(const char* path, int flags, mode_t mode) { in Open() function in chromeos_update_engine::DirectFileWriter
/aosp12/system/iorap/src/serialize/
H A Dprotobuf_io.cc36 ArenaPtr<proto::TraceFile> ProtobufIO::Open(std::string file_path) { in Open() function in iorap::serialize::ProtobufIO
48 ArenaPtr<proto::TraceFile> ProtobufIO::Open(int fd, const char* file_path) { in Open() function in iorap::serialize::ProtobufIO
/aosp12/system/core/fs_mgr/libfiemap/
H A Dpassthrough.cpp22 std::unique_ptr<IImageManager> IImageManager::Open(const std::string& dir_prefix, in Open() function in android::fiemap::IImageManager
/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader.cc161 std::unique_ptr<const DexFile> ArtDexFileLoader::Open( in Open() function in art::ArtDexFileLoader
186 std::unique_ptr<const DexFile> ArtDexFileLoader::Open(const std::string& location, in Open() function in art::ArtDexFileLoader
225 bool ArtDexFileLoader::Open(const char* filename, in Open() function in art::ArtDexFileLoader
241 bool ArtDexFileLoader::Open(int fd, in Open() function in art::ArtDexFileLoader
255 bool ArtDexFileLoader::Open(const char* filename, in Open() function in art::ArtDexFileLoader
/aosp12/bionic/libc/system_properties/
H A Dcontext_node.cpp45 bool ContextNode::Open(bool access_rw, bool* fsetxattr_failed) { in Open() function in ContextNode
/aosp12/build/soong/cmd/merge_zips/
H A Dmerge_zips_test.go64 func (tiz *testInputZip) Open() error { func
345 func (diz *DummyInpuZip) Open() error { func
/aosp12/system/update_engine/
H A Dfake_file_writer.h37 virtual int Open(const char* path, int flags, mode_t mode) { in Open() function
/aosp12/art/runtime/mirror/
H A Ddex_cache_test.cc42 TEST_F(DexCacheTest, Open) { in TEST_F() argument
65 TEST_F(DexCacheMethodHandlesTest, Open) { in TEST_F() argument
/aosp12/hardware/qcom/display/msm8909w_3100/libdrmutils/
H A Ddrm_lib_loader.cpp78 bool DRMLibLoader::Open(const char *lib_name) { in Open() function in drm_utils::DRMLibLoader
/aosp12/hardware/qcom/display/msm8998/libdrmutils/
H A Ddrm_lib_loader.cpp78 bool DRMLibLoader::Open(const char *lib_name) { in Open() function in drm_utils::DRMLibLoader
/aosp12/hardware/qcom/display/msm8909/libdrmutils/
H A Ddrm_lib_loader.cpp78 bool DRMLibLoader::Open(const char *lib_name) { in Open() function in drm_utils::DRMLibLoader
/aosp12/hardware/qcom/sdm845/display/libdrmutils/
H A Ddrm_lib_loader.cpp78 bool DRMLibLoader::Open(const char *lib_name) { in Open() function in drm_utils::DRMLibLoader
/aosp12/system/core/fs_mgr/liblp/
H A Dtest_partition_opener.cpp31 unique_fd TestPartitionOpener::Open(const std::string& partition_name, int flags) const { in Open() function in android::fs_mgr::TestPartitionOpener
H A Dpartition_opener.cpp111 unique_fd PartitionOpener::Open(const std::string& partition_name, int flags) const { in Open() function in android::fs_mgr::PartitionOpener
/aosp12/hardware/qcom/sm7250/display/libdrmutils/
H A Ddrm_lib_loader.cpp78 bool DRMLibLoader::Open(const char *lib_name) { in Open() function in drm_utils::DRMLibLoader
/aosp12/hardware/qcom/sm8150/display/libdrmutils/
H A Ddrm_lib_loader.cpp78 bool DRMLibLoader::Open(const char *lib_name) { in Open() function in drm_utils::DRMLibLoader
/aosp12/frameworks/base/tools/aapt2/format/
H A DArchive.cpp43 bool Open(const StringPiece& out_dir) { in Open() function in aapt::__anon7b3c87f70110::DirectoryWriter
135 bool Open(const StringPiece& path) { in Open() function in aapt::__anon7b3c87f70110::ZipFileWriter
/aosp12/system/core/init/
H A Depoll.cpp31 Result<void> Epoll::Open() { in Open() function in android::init::Epoll
/aosp12/system/core/trusty/metrics/
H A Dmetrics.cpp34 Result<void> TrustyMetrics::Open() { in Open() function in android::trusty::metrics::TrustyMetrics

1234