Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 6 of 6) sorted by relevance

/art/test/071-dexfile/
Dinfo.txt4 NOTE: the test requires that /data/run-test/ exists and is writable and not mounted noexec.
/art/runtime/
Delf_file_impl.h51 static ElfFileImpl* Open(File* file, bool writable, bool program_header_only,
130 ElfFileImpl(File* file, bool writable, bool program_header_only, uint8_t* requested_base);
Delf_file.h41 static ElfFile* Open(File* file, bool writable, bool program_header_only, std::string* error_msg,
Doat_file.h279 bool writable,
289 bool writable, bool executable,
Doat_file.cc187 bool writable, in OpenElfFile() argument
192 bool success = oat_file->ElfFileOpen(file, requested_base, oat_file_begin, writable, executable, in OpenElfFile()
326 bool writable, bool executable, in ElfFileOpen() argument
330 elf_file_.reset(ElfFile::Open(file, writable, /*program_header_only*/true, error_msg, in ElfFileOpen()
Delf_file.cc114 ElfFileImpl<ElfTypes>::ElfFileImpl(File* file, bool writable, in ElfFileImpl() argument
118 writable_(writable), in ElfFileImpl()
141 File* file, bool writable, bool program_header_only, in Open() argument
144 (file, writable, program_header_only, requested_base)); in Open()
147 if (writable) { in Open()
1771 ElfFile* ElfFile::Open(File* file, bool writable, bool program_header_only, std::string* error_msg, in Open() argument
1785 ElfFileImpl64* elf_file_impl = ElfFileImpl64::Open(file, writable, program_header_only, in Open()
1791 ElfFileImpl32* elf_file_impl = ElfFileImpl32::Open(file, writable, program_header_only, in Open()