Home
last modified time | relevance | path

Searched refs:metadataPath (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/client/
Dfastdeploy.h31 void create_patch(const char* apkPath, const char* metadataPath, const char* patchPath);
Dfastdeploy.cpp262 void create_patch(const char* apkPath, const char* metadataPath, const char* patchPath) { in create_patch() argument
264 R"(%s "%s" "%s" > "%s")", get_patch_generator_command().c_str(), apkPath, metadataPath, in create_patch()