Home
last modified time | relevance | path

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

123

/art/runtime/base/unix_file/
Dfd_file_test.cc53 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()
Dfd_file.h49 bool Open(const std::string& file_path, int flags);
50 bool Open(const std::string& file_path, int flags, mode_t mode);
Dfd_file.cc86 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/
Delf_writer.cc45 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()
Delf_writer_test.cc66 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/
Delf_file.h41 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);
Dos_linux.cc45 if (!file->Open(name, flags, 0666)) { in OpenFileWithFlags()
Dzip_archive.h61 static ZipArchive* Open(const char* filename, std::string* error_msg);
Dzip_archive_test.cc35 …std::unique_ptr<ZipArchive> zip_archive(ZipArchive::Open(GetLibCoreDexFileName().c_str(), &error_m… in TEST_F()
Delf_file_impl.h51 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/
Ddex_cache_test.cc34 TEST_F(DexCacheTest, Open) { in TEST_F() argument
/art/test/471-uninitialized-locals/smali/
DTest.smali2 # Copyright (C) 2015 The Android Open Source Project
/art/test/453-not-byte/smali/
DNotByte.smali1 # Copyright (C) 2015 The Android Open Source Project
/art/test/504-regression-baseline-entry/smali/
DTest.smali2 # Copyright (C) 2015 The Android Open Source Project
/art/test/506-verify-aput/smali/
DVerifyAPut1.smali1 # Copyright (C) 2015 The Android Open Source Project
DVerifyAPut2.smali1 # Copyright (C) 2015 The Android Open Source Project
/art/test/511-clinit-interface/smali/
DBogusInterface.smali1 # Copyright (C) 2015 The Android Open Source Project
/art/test/516-dead-move-result/smali/
DMoveResult.smali1 # Copyright (C) 2015 The Android Open Source Project
/art/test/501-regression-packed-switch/smali/
DTest.smali2 # Copyright (C) 2015 The Android Open Source Project
/art/test/425-invoke-super/smali/
Dsubclass.smali2 # Copyright (C) 2014 The Android Open Source Project
Dsuperclass.smali2 # Copyright (C) 2014 The Android Open Source Project
/art/test/518-null-array-get/smali/
DNullArray.smali1 # Copyright (C) 2015 The Android Open Source Project
/art/test/800-smali/smali/
Db_21863767.smali1 # Copyright (C) 2015 The Android Open Source Project
/art/test/468-checker-bool-simplifier-regression/smali/
DTestCase.smali1 # Copyright (C) 2015 The Android Open Source Project
/art/test/097-duplicate-method/src/
DTest.j1 ; Copyright (C) 2012 The Android Open Source Project

123