Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DDump_test.cpp48 auto apk_path = file::BuildPath( in TEST_F() local
63 auto apk_path = file::BuildPath({android::base::GetExecutableDirectory(), "integration-tests", in TEST_F() local
79 auto apk_path = file::BuildPath( in TEST_F() local
95 auto apk_path = file::BuildPath( in TEST_F() local
112 auto apk_path = file::BuildPath({android::base::GetExecutableDirectory(), "integration-tests", in TEST_F() local
DApkInfo_test.cpp49 auto apk_path = file::BuildPath( in TEST_F() local
63 auto apk_path = file::BuildPath( in TEST_F() local
DLink_test.cpp411 static void BuildApk(const std::vector<SourceXML>& source_files, const std::string& apk_path, in TEST_F()
424 static void BuildSDK(const std::vector<SourceXML>& source_files, const std::string& apk_path, in TEST_F()
437 static void BuildNonFinalizedSDK(const std::string& apk_path, const std::string& java_path, in TEST_F()
473 static void BuildFinalizedSDK(const std::string& apk_path, const std::string& java_path, in TEST_F()
512 static void BuildAppAgainstSDK(const std::string& apk_path, const std::string& java_path, in TEST_F()
995 static void BuildSDKWithFeatureFlagAttr(const std::string& apk_path, const std::string& java_path, in TEST_F()
DConvert_test.cpp115 const std::string apk_path = in TEST_F() local
DOptimize.cpp356 const std::string& apk_path = args[0]; in Action() local
DCompile_test.cpp296 const std::string apk_path = in TEST_F() local
/frameworks/native/cmds/installd/tests/fuzzers/
DInstalldServiceFuzzer.cpp28 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char* oat_dir, const char* apk_path, in calculate_oat_file_path()
33 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char* apk_path, in calculate_odex_file_path()
/frameworks/native/cmds/installd/
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.cpp480 const char* apk_path = parameters_.apk_path; in ShouldSkipPreopt() local
604 const char *apk_path, in calculate_oat_file_path()
642 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
Ddexopt.cpp998 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path()
1121 bool open_vdex_files_for_dex2oat(const char* apk_path, const char* out_oat_path, int dexopt_needed, in open_vdex_files_for_dex2oat()
1202 RestorableFile open_oat_out_file(const char* apk_path, const char* oat_dir, bool is_public, int uid, in open_oat_out_file()
1222 bool maybe_open_oat_and_vdex_file(const std::string& apk_path, in maybe_open_oat_and_vdex_file()
2363 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab()
2429 int64_t delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex()
2497 const char *apk_path, const char *instruction_set) { in calculate_oat_file_path_default()
2525 bool calculate_odex_file_path_default(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path_default()
2851 int get_odex_visibility(const char* apk_path, const char* instruction_set, const char* oat_dir) { in get_odex_visibility()
DInstalldNativeService.cpp3293 const char* apk_path = apkPath.c_str(); in dexopt() local
3582 const char* apk_path = apkPath.c_str(); in moveAb() local
3601 const char* apk_path = apkPath.c_str(); in deleteOdex() local
3963 const char* apk_path = apkPath.c_str(); in getOdexVisibility() local
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.cpp442 android::StringPiece apk_path) { in Parse()
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp105 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path()
110 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
Dinstalld_dexopt_test.cpp62 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path()
67 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()