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

/system/core/adb/
H A Dcommandline.c772 char path_buf[PATH_MAX]; local
773 snprintf(path_buf, sizeof(path_buf),
775 return access(path_buf, F_OK) == 0;
780 static char *find_top_from(const char *indir, char path_buf[PATH_MAX]) argument
782 strcpy(path_buf, indir);
784 if (top_works(path_buf)) {
785 return path_buf;
787 char *s = adb_dirstop(path_buf);
791 path_buf[
797 find_top(char path_buf[PATH_MAX]) argument
853 static char path_buf[PATH_MAX]; local
[all...]

Completed in 4 milliseconds