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

  /art/runtime/
oat_file_assistant.cc 697 struct stat dex_path_stat; local
698 if (TEMP_FAILURE_RETRY(stat(dex_location_.c_str(), &dex_path_stat)) != 0) {
714 (dex_path_stat.st_mode & S_IRGRP) |
715 (dex_path_stat.st_mode & S_IROTH);
    [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp 1524 struct stat dex_path_stat; local
    [all...]

Completed in 126 milliseconds