Home
last modified time | relevance | path

Searched defs:apkPath (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/client/
Dfastdeploy.cpp159 static std::string get_packagename_from_apk(const char* apkPath) { in get_packagename_from_apk()
225 void extract_metadata(const char* apkPath, FILE* outputFp) { in extract_metadata()
262 void create_patch(const char* apkPath, const char* metadataPath, const char* patchPath) { in create_patch()
272 std::string get_patch_path(const char* apkPath) { in get_patch_path()
279 void apply_patch_on_device(const char* apkPath, const char* patchPath, const char* outputPath) { in apply_patch_on_device()
300 void install_patch(const char* apkPath, const char* patchPath, int argc, const char** argv) { in install_patch()
338 bool find_package(const char* apkPath) { in find_package()
Dadb_install.cpp136 static int delete_device_patch_file(const char* apkPath) { in delete_device_patch_file()
/system/core/adb/fastdeploy/deploypatchgenerator/src/com/android/fastdeploy/
DDeployPatchGenerator.java59 String apkPath = args[0]; in main() local