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

  /frameworks/native/cmds/installd/
dexopt.cpp 1825 char oat_path[PKG_PATH_MAX]; local
    [all...]
otapreopt.cpp 664 std::string oat_path = isa_path + "/system@framework@boot.oat"; local
666 if (access(art_path.c_str(), F_OK) == 0 && access(oat_path.c_str(), F_OK) == 0) {
702 return Dex2oatBootImage(boot_classpath_, art_path, oat_path, isa);
793 const std::string& oat_path,
802 cmd.push_back(StringPrintf("--oat-file=%s", oat_path.c_str()));
    [all...]

Completed in 62 milliseconds