Home
last modified time | relevance | path

Searched defs:apk_path (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/cmds/installd/
Dview_compiler.cpp38 bool view_compiler(const char* apk_path, const char* package_name, const char* out_dex_file, in view_compiler()
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()
59 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
Dotapreopt_parameters.h35 const char* apk_path; variable
Dotapreopt.cpp447 const char* apk_path = parameters_.apk_path; in ShouldSkipPreopt() local
609 const char *apk_path, in calculate_oat_file_path()
647 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
Ddexopt.cpp1196 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path()
1435 bool open_vdex_files_for_dex2oat(const char* apk_path, const char* out_oat_path, int dexopt_needed, in open_vdex_files_for_dex2oat()
1528 Dex2oatFileWrapper open_oat_out_file(const char* apk_path, const char* oat_dir, in open_oat_out_file()
1551 bool maybe_open_oat_and_vdex_file(const std::string& apk_path, in maybe_open_oat_and_vdex_file()
1582 void update_out_oat_access_times(const char* apk_path, const char* out_oat_path) { in update_out_oat_access_times()
2585 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab()
2651 bool delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex()
2705 const char *apk_path, const char *instruction_set) { in calculate_oat_file_path_default()
2733 bool calculate_odex_file_path_default(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path_default()
DInstalldNativeService.cpp2307 const char* apk_path = apkPath.c_str(); in dexopt() local
2327 const char* apk_path = apkPath.c_str(); in compileLayouts() local
2735 const char* apk_path = apkPath.c_str(); in moveAb() local
2750 const char* apk_path = apkPath.c_str(); in deleteOdex() local
/frameworks/base/cmds/idmap2/idmap2/
DScan.cpp63 std::string apk_path; // NOLINT(misc-non-private-member-variables-in-classes) member
100 std::vector<std::string> PoliciesForPath(const std::string& apk_path) { in PoliciesForPath()
DLookup.cpp135 Result<std::string> GetTargetPackageNameFromManifest(const std::string& apk_path) { in GetTargetPackageNameFromManifest()
/frameworks/base/tools/aapt2/cmd/
DConvert_test.cpp109 const std::string apk_path = in TEST_F() local
DOptimize.cpp383 const std::string& apk_path = args[0]; in Action() local
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp54 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path()
59 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
Dinstalld_dexopt_test.cpp73 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path()
78 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
/frameworks/base/cmds/idmap/
Dscan.cpp33 String8 apk_path; member
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.cpp446 const android::StringPiece& apk_path) { in Parse()