Home
last modified time | relevance | path

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

12345678910>>...18

/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.h48 static ScopedFlock Open(const char* filename, int flags, bool block,
52 static ScopedFlock Open(const char* filename, std::string* error_msg);
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
/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.h105 static OatFile* Open(int zip_fd,
114 static OatFile* Open(int zip_fd, in Open() function
121 return Open(zip_fd, in Open()
131 static OatFile* Open(int zip_fd, in Open() function
137 return Open(zip_fd, in Open()
150 static OatFile* Open(int zip_fd,
Ddex2oat_environment_test.h88 ASSERT_TRUE(dex_file_loader.Open(GetMultiDexSrc1().c_str(), in SetUp()
97 ASSERT_TRUE(dex_file_loader.Open(GetMultiDexSrc2().c_str(), in SetUp()
/art/libdexfile/dex/
Dart_dex_file_loader.h57 std::unique_ptr<const DexFile> Open(
69 std::unique_ptr<const DexFile> Open(const std::string& location,
77 bool Open(const char* filename,
83 bool Open(int 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()
53 std::unique_ptr<ElfFile> elf_file(ElfFile::Open(file, true, false, /*low_4gb*/false, &error_msg)); in Fixup()
/art/libartbase/base/unix_file/
Dfd_file.h149 bool Open(const std::string& file_path, int flags);
150 bool Open(const std::string& file_path, int flags, mode_t mode);
/art/test/VerifierDeps/
DMyClassExtendingInterface.smali1 # Copyright (C) 2017 The Android Open Source Project
DMyClassWithNoSuper.smali1 # Copyright (C) 2016 The Android Open Source Project
DMySub1SoftVerificationFailure.smali1 # Copyright (C) 2017 The Android Open Source Project
DMySub2SoftVerificationFailure.smali1 # Copyright (C) 2017 The Android Open Source Project
DIface.smali1 # Copyright (C) 2017 The Android Open Source Project
/art/test/976-conflict-no-methods/smali/
DNoMethods.smali2 # * Copyright (C) 2016 The Android Open Source Project
/art/test/166-bad-interface-super/jasmin/
DBadSuper1.j1 ; Copyright (C) 2017 The Android Open Source Project
DBadSuper2.j1 ; Copyright (C) 2017 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/HiddenApiStubs/
DHiddenApi2 * Copyright (C) 2019 The Android Open Source Project
/art/test/180-native-default-method/jasmin/
DTestInterface.j1 ; Copyright (C) 2020 The Android Open Source Project
/art/test/166-bad-interface-super/smali/
DBadSuper1.smali1 # Copyright (C) 2018 The Android Open Source Project
DBadSuper2.smali1 # Copyright (C) 2018 The Android Open Source Project

12345678910>>...18