Home
last modified time | relevance | path

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

12345678910>>...17

/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/runtime/
Dvdex_file_test.cc34 std::unique_ptr<VdexFile> vdex = VdexFile::Open(tmp.GetFd(), in TEST_F()
43 vdex = VdexFile::Open( in TEST_F()
Delf_file.h43 static ElfFile* Open(File* file,
50 static ElfFile* Open(File* file,
Doat_file_test.cc144 std::unique_ptr<OatFile> odex_file(OatFile::Open(/*zip_fd=*/ -1, in TEST_F()
171 std::unique_ptr<OatFile> odex_file(OatFile::Open(/*zip_fd=*/ -1, in TEST_F()
187 std::unique_ptr<OatFile> odex_file(OatFile::Open(/*zip_fd=*/ -1, in TEST_F()
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/profman/
Dprofile_assistant.cc102 flocks_[i] = LockedFile::Open(filenames[i].c_str(), O_RDWR, /* block= */ true, error); in Init()
175 ScopedFlock locked_reference_profile_file = LockedFile::Open( in ProcessProfiles()
/art/test/VerifierDeps/
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
DMyClassExtendingInterface.smali1 # Copyright (C) 2017 The Android Open Source Project
DMyDOMResult.smali1 # Copyright (C) 2016 The Android Open Source Project
DMySSLSocket.smali1 # Copyright (C) 2016 The Android Open Source Project
/art/test/166-bad-interface-super/jasmin/
DBadSuper2.j1 ; Copyright (C) 2017 The Android Open Source Project
DBadSuper1.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/976-conflict-no-methods/smali/
DNoMethods.smali2 # * Copyright (C) 2016 The Android Open Source Project
/art/test/HiddenApiStubs/
DHiddenApi2 * Copyright (C) 2019 The Android Open Source Project
/art/libartpalette/
Dlibartpalette.map.txt2 # Copyright (C) 2019 The Android Open Source Project
/art/tools/amm/
DAndroid.bp1 // Copyright (C) 2017 The Android Open Source Project

12345678910>>...17