/aosp12/system/extras/simpleperf/ |
H A D | read_apk.cpp | 40 EmbeddedElf* ApkInspector::FindElfInApkByOffset(const std::string& apk_path, uint64_t file_offset) { in FindElfInApkByOffset() 56 EmbeddedElf* ApkInspector::FindElfInApkByName(const std::string& apk_path, in FindElfInApkByName() 73 const std::string& apk_path, uint64_t file_offset) { in FindElfInApkByOffsetWithoutCache() 109 const std::string& apk_path, const std::string& entry_name) { in FindElfInApkByNameWithoutCache() 127 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename) { in GetUrlInApk()
|
H A D | cmd_api_test.cpp | 62 static void RecordApp(const std::string& package_name, const std::string& apk_path) { in RecordApp()
|
H A D | test_util.h | 168 bool InstallApk(const std::string& apk_path, const std::string& package_name) { in InstallApk()
|
H A D | dso_test.cpp | 71 std::string apk_path = ConvertPathSeparator(APK_FILE); in TEST() local
|
H A D | dso.cpp | 196 std::string apk_path = std::get<1>(tuple); in GetPathInSymFsDir() local
|
H A D | cmd_record_test.cpp | 691 bool InstallApk(const std::string& apk_path, const std::string& package_name) { in InstallApk()
|
/aosp12/packages/modules/adb/client/ |
H A D | fastdeploy.cpp | 151 static std::string get_package_name_from_apk(const char* apk_path) { in get_package_name_from_apk() 238 std::optional<APKMetaData> extract_metadata(const char* apk_path) { in extract_metadata() 343 static void create_patch(const char* apk_path, APKMetaData metadata, borrowed_fd patch_fd) { in create_patch() 352 int stream_patch(const char* apk_path, APKMetaData metadata, unique_fd patch_fd) { in stream_patch()
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | view_compiler.cpp | 38 bool view_compiler(const char* apk_path, const char* package_name, const char* out_dex_file, in view_compiler()
|
H A 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()
|
H A D | otapreopt_parameters.h | 35 const char* apk_path; variable
|
H A D | otapreopt.cpp | 450 const char* apk_path = parameters_.apk_path; in ShouldSkipPreopt() local 617 const char *apk_path, in calculate_oat_file_path() 655 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
|
H A D | dexopt.cpp | 891 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path() 1023 bool open_vdex_files_for_dex2oat(const char* apk_path, const char* out_oat_path, int dexopt_needed, in open_vdex_files_for_dex2oat() 1118 UniqueFile open_oat_out_file(const char* apk_path, const char* oat_dir, in open_oat_out_file() 1141 bool maybe_open_oat_and_vdex_file(const std::string& apk_path, in maybe_open_oat_and_vdex_file() 2199 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab() 2265 int64_t delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex() 2333 const char *apk_path, const char *instruction_set) { in calculate_oat_file_path_default() 2361 bool calculate_odex_file_path_default(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path_default()
|
H A D | InstalldNativeService.cpp | 2435 const char* apk_path = apkPath.c_str(); in dexopt() local 2455 const char* apk_path = apkPath.c_str(); in compileLayouts() local 2663 const char* apk_path = apkPath.c_str(); in moveAb() local 2679 const char* apk_path = apkPath.c_str(); in deleteOdex() local
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Link_test.cpp | 410 static void BuildApk(const std::vector<SourceXML>& source_files, const std::string& apk_path, 423 static void BuildSDK(const std::vector<SourceXML>& source_files, const std::string& apk_path, 436 static void BuildNonFinalizedSDK(const std::string& apk_path, const std::string& java_path, 472 static void BuildFinalizedSDK(const std::string& apk_path, const std::string& java_path, 511 static void BuildAppAgainstSDK(const std::string& apk_path, const std::string& java_path,
|
H A D | Convert_test.cpp | 109 const std::string apk_path = in TEST_F() local
|
H A D | Compile_test.cpp | 286 const std::string apk_path = BuildPath( in TEST_F() local
|
H A D | Optimize.cpp | 376 const std::string& apk_path = args[0]; in Action() local
|
/aosp12/system/extras/simpleperf/scripts/test/ |
H A D | app_test.py | 231 def install_apk(self, apk_path, package_name): argument
|
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_service_test.cpp | 85 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path() 90 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
|
H A D | installd_dexopt_test.cpp | 74 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path() 79 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
|
/aosp12/packages/modules/Virtualization/microdroid/signature/ |
H A D | mk_payload.cc | 302 std::string apk_path = ToAbsolute(config.apk->path, config.dirname); in MakePayload() local
|
/aosp12/frameworks/base/tools/aapt2/configuration/ |
H A D | ConfigurationParser.cpp | 446 const android::StringPiece& apk_path) { in Parse()
|