Home
last modified time | relevance | path

Searched defs:patchPath (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/client/
Dfastdeploy.cpp262 void create_patch(const char* apkPath, const char* metadataPath, const char* patchPath) { in create_patch()
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()
/system/core/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DDeployAgent.java71 String patchPath = args[2]; in main() local