Home
last modified time | relevance | path

Searched refs:Open (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/art/libartbase/base/
Dscoped_flock_test.cc34 ScopedFlock file_lock = LockedFile::Open(scratch_file.GetFilename().c_str(), in TEST_F()
39 ScopedFlock second_lock = LockedFile::Open(scratch_file.GetFilename().c_str(), in TEST_F()
50 ScopedFlock file_lock = LockedFile::Open(scratch_file.GetFilename().c_str(), in TEST_F()
56 ScopedFlock file_lock = LockedFile::Open("/will/not/exist", in TEST_F()
Dscoped_flock.cc32 /* static */ ScopedFlock LockedFile::Open(const char* filename, std::string* error_msg) { in Open() function in art::LockedFile
33 return Open(filename, O_CREAT | O_RDWR, true, error_msg); in Open()
36 /* static */ ScopedFlock LockedFile::Open(const char* filename, int flags, bool block, in Open() function in art::LockedFile
Dscoped_flock.h48 static ScopedFlock Open(const char* filename, int flags, bool block,
52 static ScopedFlock Open(const char* filename, std::string* error_msg);
/art/libdexfile/dex/
Dart_dex_file_loader.h62 std::unique_ptr<const DexFile> Open(
74 std::unique_ptr<const DexFile> Open(const std::string& location,
82 bool Open(const char* filename,
88 bool Open(int fd,
97 bool Open(const char* filename,
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
263 ? Open(filename, location, verify, verify_checksum, error_msg, dex_files) in Open()
264 : Open(fd, location, verify, verify_checksum, error_msg, dex_files); in Open()
Ddex_file_loader.cc110 static DexZipArchive* Open(const uint8_t* base, size_t size, std::string* error_msg) { in Open() function in art::DexZipArchive
222 std::unique_ptr<const DexFile> DexFileLoader::Open( in Open() function in art::DexFileLoader
246 std::unique_ptr<const DexFile> DexFileLoader::Open( in Open() function in art::DexFileLoader
307 std::unique_ptr<DexZipArchive> zip_archive(DexZipArchive::Open(base, size, error_msg)); in OpenAll()
322 std::unique_ptr<const DexFile> dex_file(Open(base, in OpenAll()
Ddex_file_loader.h129 static std::unique_ptr<const DexFile> Open(
139 virtual std::unique_ptr<const DexFile> Open(
/art/runtime/
Dvdex_file_test.cc34 std::unique_ptr<VdexFile> vdex = VdexFile::Open(tmp.GetFd(), in TEST_F()
43 vdex = VdexFile::Open( in TEST_F()
Doat_file_test.cc43 std::unique_ptr<OatFile> odex_file(OatFile::Open(/*zip_fd=*/ -1, in TEST_F()
69 std::unique_ptr<OatFile> odex_file(OatFile::Open(/*zip_fd=*/ -1, in TEST_F()
84 std::unique_ptr<OatFile> odex_file(OatFile::Open(/*zip_fd=*/ -1, in TEST_F()
Delf_file.h43 static ElfFile* Open(File* file,
50 static ElfFile* Open(File* file,
Doat_file.h102 static OatFile* Open(int zip_fd,
111 static OatFile* Open(int zip_fd, in Open() function
118 return Open(zip_fd, in Open()
128 static OatFile* Open(int zip_fd, in Open() function
134 return Open(zip_fd, in Open()
147 static OatFile* Open(int zip_fd,
/art/dex2oat/linker/
Delf_writer_test.cc70 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), in TEST_F()
82 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), in TEST_F()
94 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), in TEST_F()
132 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), in TEST_F()
Delf_writer.cc37 std::unique_ptr<ElfFile> elf_file(ElfFile::Open(file, in GetOatElfInformation()
/art/libartbase/base/unix_file/
Dfd_file.h161 bool Open(const std::string& file_path, int flags);
162 bool Open(const std::string& file_path, int flags, mode_t mode);
/art/test/HiddenApiStubs/
DHiddenApi2 * Copyright (C) 2019 The Android Open Source Project
/art/test/811-checker-invoke-super-secondary/smali/
DSuperClass.smali1 # Copyright 2020 The Android Open Source Project
/art/test/VerifierDeps/
DMySub1SoftVerificationFailure.smali1 # Copyright (C) 2017 The Android Open Source Project
DMyClassExtendingInterface.smali1 # Copyright (C) 2017 The Android Open Source Project
DMyClassWithNoSuper.smali1 # Copyright (C) 2016 The Android Open Source Project
DMySub2SoftVerificationFailure.smali1 # Copyright (C) 2017 The Android Open Source Project
/art/test/809-checker-invoke-super-bss/smali/
DSuperClass.smali1 # Copyright 2020 The Android Open Source Project
/art/test/976-conflict-no-methods/smali/
DNoMethods.smali2 # * Copyright (C) 2016 The Android Open Source Project
/art/test/811-checker-invoke-super-secondary/smali-ex/
DOtherSuperClass.smali1 # Copyright 2020 The Android Open Source Project
/art/test/983-source-transform-verify/
Dsource_transform_art.cc46 std::unique_ptr<const DexFile> dex(dex_file_loader.Open(class_data, in VerifyClassData()
/art/test/166-bad-interface-super/jasmin/
DBadSuper1.j1 ; Copyright (C) 2017 The Android Open Source Project

12345678910>>...19