/frameworks/native/cmds/installd/ |
D | view_compiler.cpp | 38 bool view_compiler(const char* apk_path, const char* package_name, const char* out_dex_file, in view_compiler()
|
D | installd.cpp | 54 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()
|
D | otapreopt_parameters.h | 35 const char* apk_path; variable
|
D | otapreopt.cpp | 447 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()
|
D | dexopt.cpp | 1196 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()
|
D | InstalldNativeService.cpp | 2307 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/ |
D | Scan.cpp | 63 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()
|
D | Lookup.cpp | 135 Result<std::string> GetTargetPackageNameFromManifest(const std::string& apk_path) { in GetTargetPackageNameFromManifest()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Convert_test.cpp | 109 const std::string apk_path = in TEST_F() local
|
D | Optimize.cpp | 383 const std::string& apk_path = args[0]; in Action() local
|
/frameworks/native/cmds/installd/tests/ |
D | installd_service_test.cpp | 54 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()
|
D | installd_dexopt_test.cpp | 73 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/ |
D | scan.cpp | 33 String8 apk_path; member
|
/frameworks/base/tools/aapt2/configuration/ |
D | ConfigurationParser.cpp | 446 const android::StringPiece& apk_path) { in Parse()
|