Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 5 of 5) 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.h43 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);
Doat_file.h304 bool writable,
312 bool writable, bool executable,
Doat_file.cc131 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()
Delf_file.cc109 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()