Home
last modified time | relevance | path

Searched defs:oat_dir (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/cmds/installd/
Dotapreopt_parameters.h40 const char* oat_dir; variable
Ddexopt.cpp968 static bool IsOutputDalvikCache(const char* oat_dir) { in IsOutputDalvikCache()
990 const char* oat_dir, bool is_secondary_dex, /*out*/ char* out_oat_path) { in create_oat_out_path()
1194 RestorableFile open_oat_out_file(const char* apk_path, const char* oat_dir, bool is_public, int uid, in open_oat_out_file()
1215 const std::string& oat_dir, in maybe_open_oat_and_vdex_file()
1350 char oat_dir[PKG_PATH_MAX]; in prepare_secondary_dex_oat_dir() local
1644 char oat_dir[PKG_PATH_MAX]; in process_secondary_dex_dexopt() local
1780 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt()
2133 char oat_dir[PKG_PATH_MAX]; in reconcile_secondary_dex_file() local
2353 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab()
2419 int64_t delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex()
[all …]
Dinstalld.cpp54 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path()
Dotapreopt.cpp607 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, in calculate_oat_file_path()
DInstalldNativeService.cpp3088 const char* oat_dir = getCStr(outputPath); in dexopt() local
3314 const char* oat_dir = oatDir.c_str(); in createOatDir() local
3394 const char* oat_dir = outputPath.c_str(); in moveAb() local
3413 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr; in deleteOdex() local
3773 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr; in getOdexVisibility() local
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp76 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path()
448 const char* oat_dir, in CompilePrimaryDexOk()
468 const char* oat_dir, in CompilePrimaryDexFail()
488 const char* oat_dir, in CompilePrimaryDexCancelled()
508 const char* oat_dir, in CompilePrimaryDex()
586 std::string GetPrimaryDexArtifact(const char* oat_dir, in GetPrimaryDexArtifact()
616 const char* oat_dir = in_dalvik_cache ? nullptr : app_oat_dir_.c_str(); in TestDeleteOdex() local
666 const char* oat_dir = in_dalvik_cache ? nullptr : app_oat_dir_.c_str(); in TestGetOdexVisibility() local
Dinstalld_service_test.cpp102 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path()