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

  /frameworks/native/cmds/installd/
installd_deps.h 41 const char *oat_dir,
otapreopt_parameters.h 40 const char* oat_dir; member in class:android::installd::OTAPreoptParameters
dexopt.h 106 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
111 bool calculate_oat_file_path_default(char path[PKG_PATH_MAX], const char *oat_dir,
dexopt.cpp 1534 << apk_path << " with oat dir " << oat_dir; local
1654 char oat_dir[PKG_PATH_MAX]; local
1837 char oat_dir[PKG_PATH_MAX]; local
2210 char oat_dir[PKG_PATH_MAX]; local
2591 std::string oat_dir = apk_path_.substr(0, start + 1) + "oat"; local
    [all...]
installd.cpp 54 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path,
56 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set);
otapreopt_parameters.cpp 89 + 1 // oat_dir
189 oat_dir = param;
308 oat_dir = param;
otapreopt.cpp 580 parameters_.oat_dir,
774 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir,
800 oat_dir,
    [all...]
InstalldNativeService.cpp 1967 const char* oat_dir = getCStr(outputPath); local
2320 const char* oat_dir = oatDir.c_str(); local
2393 const char* oat_dir = outputPath.c_str(); local
2408 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr; local
    [all...]
  /frameworks/native/cmds/installd/tests/
installd_dexopt_test.cpp 69 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path,
71 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set);
338 const char* oat_dir,
346 oat_dir,
357 const char* oat_dir,
365 oat_dir,
376 const char* oat_dir,
385 oat_dir == nullptr ? nullptr : new std::string(oat_dir));
431 std::string odex = GetPrimaryDexArtifact(oat_dir, apk_path_, "odex")
    [all...]
installd_service_test.cpp 46 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path,
48 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set);
installd_otapreopt_test.cpp 64 ASSERT_STREQ(params.oat_dir, args[i++]);
134 args.push_back("oat_dir"); // oat_dir
installd_cache_test.cpp 51 const char *oat_dir ATTRIBUTE_UNUSED,
  /art/runtime/
oat_file_assistant.cc 575 std::string* oat_dir,
596 if (oat_dir != nullptr) {
597 *oat_dir = dir;
657 std::string oat_dir; local
660 dex_location, isa, &actual_odex_location, &oat_dir, &isa_dir, error_msg)) {
665 if (!PrepareDirectory(oat_dir, error_msg)) {
    [all...]

Completed in 823 milliseconds