Searched refs:writable (Results 1 – 6 of 6) sorted by relevance
/art/test/071-dexfile/ |
D | info.txt | 4 NOTE: the test requires that /data/run-test/ exists and is writable and not mounted noexec.
|
/art/runtime/ |
D | elf_file_impl.h | 51 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);
|
D | elf_file.h | 41 static ElfFile* Open(File* file, bool writable, bool program_header_only, std::string* error_msg,
|
D | oat_file.h | 279 bool writable, 289 bool writable, bool executable,
|
D | oat_file.cc | 187 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()
|
D | elf_file.cc | 114 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()
|