/art/runtime/base/unix_file/ |
D | fd_file_test.cc | 53 ASSERT_TRUE(file.Open(good_path, O_CREAT | O_WRONLY)); in TEST_F() 60 EXPECT_TRUE(file.Open(good_path, O_RDONLY)); in TEST_F() 72 ASSERT_TRUE(file.Open(tmp.GetFilename(), O_RDONLY)); in TEST_F() 88 ASSERT_TRUE(file.Open(tmp.GetFilename(), O_RDWR)); in TEST_F()
|
D | fd_file.h | 49 bool Open(const std::string& file_path, int flags); 50 bool Open(const std::string& file_path, int flags, mode_t mode);
|
D | fd_file.cc | 86 bool FdFile::Open(const std::string& path, int flags) { in Open() function in unix_file::FdFile 87 return Open(path, flags, 0640); in Open() 90 bool FdFile::Open(const std::string& path, int flags, mode_t mode) { in Open() function in unix_file::FdFile
|
/art/compiler/ |
D | elf_writer.cc | 45 std::unique_ptr<ElfFile> elf_file(ElfFile::Open(file, false, false, &error_msg)); in GetOatElfInformation() 57 std::unique_ptr<ElfFile> elf_file(ElfFile::Open(file, true, false, &error_msg)); in Fixup()
|
D | elf_writer_test.cc | 66 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), false, false, &error_msg)); in TEST_F() 74 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), false, false, &error_msg)); in TEST_F() 82 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), false, true, &error_msg)); in TEST_F()
|
/art/runtime/ |
D | elf_file.h | 41 static ElfFile* Open(File* file, bool writable, bool program_header_only, std::string* error_msg, 45 static ElfFile* Open(File* file, int mmap_prot, int mmap_flags, std::string* error_msg);
|
D | os_linux.cc | 45 if (!file->Open(name, flags, 0666)) { in OpenFileWithFlags()
|
D | zip_archive.h | 61 static ZipArchive* Open(const char* filename, std::string* error_msg);
|
D | zip_archive_test.cc | 35 …std::unique_ptr<ZipArchive> zip_archive(ZipArchive::Open(GetLibCoreDexFileName().c_str(), &error_m… in TEST_F()
|
D | elf_file_impl.h | 51 static ElfFileImpl* Open(File* file, bool writable, bool program_header_only, 53 static ElfFileImpl* Open(File* file, int mmap_prot, int mmap_flags, std::string* error_msg);
|
/art/runtime/mirror/ |
D | dex_cache_test.cc | 34 TEST_F(DexCacheTest, Open) { in TEST_F() argument
|
/art/test/471-uninitialized-locals/smali/ |
D | Test.smali | 2 # Copyright (C) 2015 The Android Open Source Project
|
/art/test/453-not-byte/smali/ |
D | NotByte.smali | 1 # Copyright (C) 2015 The Android Open Source Project
|
/art/test/504-regression-baseline-entry/smali/ |
D | Test.smali | 2 # Copyright (C) 2015 The Android Open Source Project
|
/art/test/506-verify-aput/smali/ |
D | VerifyAPut1.smali | 1 # Copyright (C) 2015 The Android Open Source Project
|
D | VerifyAPut2.smali | 1 # Copyright (C) 2015 The Android Open Source Project
|
/art/test/511-clinit-interface/smali/ |
D | BogusInterface.smali | 1 # Copyright (C) 2015 The Android Open Source Project
|
/art/test/516-dead-move-result/smali/ |
D | MoveResult.smali | 1 # Copyright (C) 2015 The Android Open Source Project
|
/art/test/501-regression-packed-switch/smali/ |
D | Test.smali | 2 # Copyright (C) 2015 The Android Open Source Project
|
/art/test/425-invoke-super/smali/ |
D | subclass.smali | 2 # Copyright (C) 2014 The Android Open Source Project
|
D | superclass.smali | 2 # Copyright (C) 2014 The Android Open Source Project
|
/art/test/518-null-array-get/smali/ |
D | NullArray.smali | 1 # Copyright (C) 2015 The Android Open Source Project
|
/art/test/800-smali/smali/ |
D | b_21863767.smali | 1 # Copyright (C) 2015 The Android Open Source Project
|
/art/test/468-checker-bool-simplifier-regression/smali/ |
D | TestCase.smali | 1 # Copyright (C) 2015 The Android Open Source Project
|
/art/test/097-duplicate-method/src/ |
D | Test.j | 1 ; Copyright (C) 2012 The Android Open Source Project
|