Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.h187 bool writable,
200 bool writable,
207 bool writable, in Open() argument
215 writable, in Open()
225 bool writable, in Open() argument
235 writable, in Open()
Doat_file.cc110 bool writable,
123 bool writable,
139 bool writable,
145 bool writable,
150 bool writable,
157 bool writable,
193 bool writable, in OpenOatFile() argument
204 writable, in OpenOatFile()
218 if (!ret->LoadVdex(vdex_filename, writable, low_4gb, error_msg)) { in OpenOatFile()
235 bool writable, in OpenOatFile() argument
[all …]
Dvdex_file.cc101 bool writable, in OpenAtAddress() argument
111 if (writable) { in OpenAtAddress()
118 (writable ? " for read/write" : "for reading"); in OpenAtAddress()
134 writable, in OpenAtAddress()
146 bool writable, in OpenAtAddress() argument
159 (writable || unquicken) ? PROT_READ | PROT_WRITE : PROT_READ, in OpenAtAddress()
Delf_file.h44 bool writable,
Delf_file_impl.h47 bool writable,
136 ElfFileImpl(File* file, bool writable, bool program_header_only);
Delf_file.cc40 ElfFileImpl<ElfTypes>::ElfFileImpl(File* file, bool writable, bool program_header_only) in ElfFileImpl() argument
41 : writable_(writable), in ElfFileImpl()
61 bool writable, in Open() argument
66 new ElfFileImpl<ElfTypes>(file, writable, program_header_only)); in Open()
69 if (writable) { in Open()
1704 bool writable, in Open() argument
1727 writable, in Open()
1737 writable, in Open()
/art/test/071-dexfile/
Dinfo.txt4 NOTE: the test requires that /data/run-test/ exists and is writable and not mounted noexec.