/aosp12/art/libartbase/base/ |
H A D | scoped_flock.cc | 32 /* 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 D | cached_file_descriptor.h | 39 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 D | fec_file_descriptor.cc | 23 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 D | fake_file_descriptor.h | 42 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 D | file_descriptor.cc | 38 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 D | cow_writer_file_descriptor.cc | 36 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 D | file_writer.cc | 23 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 D | protobuf_io.cc | 36 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 D | passthrough.cpp | 22 std::unique_ptr<IImageManager> IImageManager::Open(const std::string& dir_prefix, in Open() function in android::fiemap::IImageManager
|
/aosp12/art/libdexfile/dex/ |
H A D | art_dex_file_loader.cc | 161 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 D | context_node.cpp | 45 bool ContextNode::Open(bool access_rw, bool* fsetxattr_failed) { in Open() function in ContextNode
|
/aosp12/build/soong/cmd/merge_zips/ |
H A D | merge_zips_test.go | 64 func (tiz *testInputZip) Open() error { func 345 func (diz *DummyInpuZip) Open() error { func
|
/aosp12/system/update_engine/ |
H A D | fake_file_writer.h | 37 virtual int Open(const char* path, int flags, mode_t mode) { in Open() function
|
/aosp12/art/runtime/mirror/ |
H A D | dex_cache_test.cc | 42 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 D | drm_lib_loader.cpp | 78 bool DRMLibLoader::Open(const char *lib_name) { in Open() function in drm_utils::DRMLibLoader
|
/aosp12/hardware/qcom/display/msm8998/libdrmutils/ |
H A D | drm_lib_loader.cpp | 78 bool DRMLibLoader::Open(const char *lib_name) { in Open() function in drm_utils::DRMLibLoader
|
/aosp12/hardware/qcom/display/msm8909/libdrmutils/ |
H A D | drm_lib_loader.cpp | 78 bool DRMLibLoader::Open(const char *lib_name) { in Open() function in drm_utils::DRMLibLoader
|
/aosp12/hardware/qcom/sdm845/display/libdrmutils/ |
H A D | drm_lib_loader.cpp | 78 bool DRMLibLoader::Open(const char *lib_name) { in Open() function in drm_utils::DRMLibLoader
|
/aosp12/system/core/fs_mgr/liblp/ |
H A D | test_partition_opener.cpp | 31 unique_fd TestPartitionOpener::Open(const std::string& partition_name, int flags) const { in Open() function in android::fs_mgr::TestPartitionOpener
|
H A D | partition_opener.cpp | 111 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 D | drm_lib_loader.cpp | 78 bool DRMLibLoader::Open(const char *lib_name) { in Open() function in drm_utils::DRMLibLoader
|
/aosp12/hardware/qcom/sm8150/display/libdrmutils/ |
H A D | drm_lib_loader.cpp | 78 bool DRMLibLoader::Open(const char *lib_name) { in Open() function in drm_utils::DRMLibLoader
|
/aosp12/frameworks/base/tools/aapt2/format/ |
H A D | Archive.cpp | 43 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 D | epoll.cpp | 31 Result<void> Epoll::Open() { in Open() function in android::init::Epoll
|
/aosp12/system/core/trusty/metrics/ |
H A D | metrics.cpp | 34 Result<void> TrustyMetrics::Open() { in Open() function in android::trusty::metrics::TrustyMetrics
|