Home
last modified time | relevance | path

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

12345678910>>...13

/art/runtime/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.cc31 /* static */ ScopedFlock LockedFile::Open(const char* filename, std::string* error_msg) { in Open() function in art::LockedFile
32 return Open(filename, O_CREAT | O_RDWR, true, error_msg); in Open()
35 /* static */ ScopedFlock LockedFile::Open(const char* filename, int flags, bool block, in Open() function in art::LockedFile
Dscoped_flock.h49 static ScopedFlock Open(const char* filename, int flags, bool block,
53 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.h41 static ElfFile* Open(File* file,
49 static ElfFile* Open(File* file,
Dvdex_file.cc58 std::unique_ptr<VdexFile> VdexFile::Open(const std::string& vdex_filename, in Open() function in art::VdexFile
86 return Open(vdex_file->Fd(), vdex_length, vdex_filename, writable, low_4gb, unquicken, error_msg); in Open()
89 std::unique_ptr<VdexFile> VdexFile::Open(int file_fd, in Open() function in art::VdexFile
155 std::unique_ptr<const DexFile> dex(DexFile::Open(dex_file_start, in OpenAllDexFiles()
Dvdex_file.h91 static std::unique_ptr<VdexFile> Open(const std::string& vdex_filename,
98 static std::unique_ptr<VdexFile> Open(int file_fd,
Ddex2oat_environment_test.h83 ASSERT_TRUE(DexFile::Open(GetMultiDexSrc1().c_str(), in SetUp()
88 ASSERT_TRUE(DexFile::Open(GetMultiDexSrc2().c_str(), in SetUp()
/art/compiler/
Delf_writer_test.cc65 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), in TEST_F()
77 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), in TEST_F()
90 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), in TEST_F()
116 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), in TEST_F()
Delf_writer.cc36 std::unique_ptr<ElfFile> elf_file(ElfFile::Open(file, in GetOatElfInformation()
52 std::unique_ptr<ElfFile> elf_file(ElfFile::Open(file, true, false, /*low_4gb*/false, &error_msg)); in Fixup()
/art/runtime/base/unix_file/
Dfd_file.h174 bool Open(const std::string& file_path, int flags);
175 bool Open(const std::string& file_path, int flags, mode_t mode);
/art/profman/
Dprofile_assistant.cc94 flocks_[i] = LockedFile::Open(filenames[i].c_str(), O_RDWR, /* block */ true, error); in Init()
160 ScopedFlock locked_reference_profile_file = LockedFile::Open( in ProcessProfiles()
/art/test/VerifierDeps/
DMySub1SoftVerificationFailure.smali1 # Copyright (C) 2017 The Android Open Source Project
DMyClassWithNoSuper.smali1 # Copyright (C) 2016 The Android Open Source Project
DMyClassExtendingInterface.smali1 # Copyright (C) 2017 The Android Open Source Project
DMySub2SoftVerificationFailure.smali1 # Copyright (C) 2017 The Android Open Source Project
DMyThreadSet.smali1 # Copyright (C) 2016 The Android Open Source Project
DMySSLSocket.smali1 # Copyright (C) 2016 The Android Open Source Project
DMyDocument.smali1 # Copyright (C) 2016 The Android Open Source Project
DMyDOMResult.smali1 # Copyright (C) 2016 The Android Open Source Project
/art/test/976-conflict-no-methods/smali/
DNoMethods.smali2 # * Copyright (C) 2016 The Android Open Source Project
/art/cmdline/
DAndroid.bp2 // Copyright (C) 2016 The Android Open Source Project
/art/test/804-class-extends-itself/smali/
Db_28685551.smali1 # Copyright (C) 2016 The Android Open Source Project
/art/test/606-erroneous-class/smali/
DClassB.smali1 # Copyright (C) 2016 The Android Open Source Project
/art/test/161-final-abstract-class/smali/
DAbstractFinal.smali1 # Copyright (C) 2017 The Android Open Source Project

12345678910>>...13