Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfastdeploy.cpp76 std::string adb_dir = android::base::GetExecutableDirectory(); in get_agent_component_host_path() local
77 if (adb_dir.empty()) { in get_agent_component_host_path()
89 return adb_dir + sdk_path; in get_agent_component_host_path()
254 std::string adb_dir = android::base::GetExecutableDirectory(); in get_patch_generator_command() local
255 if (adb_dir.empty()) { in get_patch_generator_command()
259 adb_dir.c_str()); in get_patch_generator_command()