Searched refs:hint (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dcommandline.c839 /* <hint> may be:
848 * Given <hint>, try to construct an absolute path to the
851 static const char *find_product_out_path(const char *hint) argument
855 if (hint == NULL || hint[0] == '\0') {
861 if (adb_is_absolute_host_path(hint)) {
862 strcpy(path_buf, hint);
869 if (adb_dirstart(hint) != NULL) {
874 if (strlen(path_buf) + 1 + strlen(hint) >= sizeof(path_buf)) {
879 strcat(path_buf, hint);
[all...]

Completed in 102 milliseconds