Searched refs:writable (Results 1 – 5 of 5) 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.h | 43 static ElfFile* Open(File* file, bool writable, bool program_header_only, std::string* error_msg, 115 ElfFile(File* file, bool writable, bool program_header_only, uint8_t* requested_base);
|
D | oat_file.h | 304 bool writable, 312 bool writable, bool executable,
|
D | oat_file.cc | 131 bool writable, in OpenElfFile() argument 135 bool success = oat_file->ElfFileOpen(file, requested_base, oat_file_begin, writable, executable, in OpenElfFile() 196 bool writable, bool executable, in ElfFileOpen() argument 199 elf_file_.reset(ElfFile::Open(file, writable, /*program_header_only*/true, error_msg, in ElfFileOpen()
|
D | elf_file.cc | 109 ElfFile::ElfFile(File* file, bool writable, bool program_header_only, uint8_t* requested_base) in ElfFile() argument 111 writable_(writable), in ElfFile() 132 ElfFile* ElfFile::Open(File* file, bool writable, bool program_header_only, in Open() argument 134 std::unique_ptr<ElfFile> elf_file(new ElfFile(file, writable, program_header_only, in Open() 138 if (writable) { in Open()
|