HomeSort by relevance Sort by last modified time
    Searched refs:UseFdToReadFiles (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_file_assistant.h 379 bool UseFdToReadFiles();
oat_file_assistant.cc 123 odex_.Reset(odex_file_name, UseFdToReadFiles(), zip_fd, vdex_fd, oat_fd);
128 if (!UseFdToReadFiles()) {
146 } else if (!UseFdToReadFiles()) {
165 bool OatFileAssistant::UseFdToReadFiles() {
680 if (dex_parent_writable_ || UseFdToReadFiles()) {
    [all...]

Completed in 2269 milliseconds