Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfastdeploy.cpp37 static constexpr const char* kDeviceAgentPath = "/data/local/tmp/"; variable
102 if (do_sync_push(srcs, kDeviceAgentPath, checkTimeStamps)) { in deploy_agent()
107 android::base::StringPrintf(kChmodCommandPattern, kDeviceAgentPath); in deploy_agent()
275 android::base::StringPrintf("%s%s.patch", kDeviceAgentPath, packageName.c_str()); in get_patch_path()
305 android::base::StringPrintf("%s%s.patch", kDeviceAgentPath, packageName.c_str()); in install_patch()