/art/libartbase/base/ |
D | scoped_flock_test.cc | 34 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()
|
D | scoped_flock.cc | 32 /* 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
|
D | scoped_flock.h | 48 static ScopedFlock Open(const char* filename, int flags, bool block, 52 static ScopedFlock Open(const char* filename, std::string* error_msg);
|
/art/libdexfile/dex/ |
D | art_dex_file_loader.h | 62 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,
|
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 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()
|
D | dex_file_loader.cc | 110 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()
|
D | dex_file_loader.h | 129 static std::unique_ptr<const DexFile> Open( 139 virtual std::unique_ptr<const DexFile> Open(
|
/art/runtime/ |
D | vdex_file_test.cc | 34 std::unique_ptr<VdexFile> vdex = VdexFile::Open(tmp.GetFd(), in TEST_F() 43 vdex = VdexFile::Open( in TEST_F()
|
D | oat_file_test.cc | 43 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()
|
D | elf_file.h | 43 static ElfFile* Open(File* file, 50 static ElfFile* Open(File* file,
|
D | oat_file.h | 102 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/ |
D | elf_writer_test.cc | 70 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()
|
D | elf_writer.cc | 37 std::unique_ptr<ElfFile> elf_file(ElfFile::Open(file, in GetOatElfInformation()
|
/art/libartbase/base/unix_file/ |
D | fd_file.h | 161 bool Open(const std::string& file_path, int flags); 162 bool Open(const std::string& file_path, int flags, mode_t mode);
|
/art/test/VerifierDeps/ |
D | MyClassExtendingInterface.smali | 1 # Copyright (C) 2017 The Android Open Source Project
|
D | MySub1SoftVerificationFailure.smali | 1 # Copyright (C) 2017 The Android Open Source Project
|
D | MyClassWithNoSuper.smali | 1 # Copyright (C) 2016 The Android Open Source Project
|
/art/test/811-checker-invoke-super-secondary/smali/ |
D | SuperClass.smali | 1 # Copyright 2020 The Android Open Source Project
|
/art/test/976-conflict-no-methods/smali/ |
D | NoMethods.smali | 2 # * Copyright (C) 2016 The Android Open Source Project
|
/art/test/983-source-transform-verify/ |
D | source_transform_art.cc | 46 std::unique_ptr<const DexFile> dex(dex_file_loader.Open(class_data, in VerifyClassData()
|
/art/test/HiddenApiStubs/ |
D | HiddenApi | 2 * Copyright (C) 2019 The Android Open Source Project
|
/art/test/166-bad-interface-super/jasmin/ |
D | BadSuper2.j | 1 ; Copyright (C) 2017 The Android Open Source Project
|
D | BadSuper1.j | 1 ; Copyright (C) 2017 The Android Open Source Project
|
/art/test/809-checker-invoke-super-bss/smali/ |
D | SuperClass.smali | 1 # Copyright 2020 The Android Open Source Project
|
/art/test/811-checker-invoke-super-secondary/smali-ex/ |
D | OtherSuperClass.smali | 1 # Copyright 2020 The Android Open Source Project
|