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

/system/core/adb/
H A Dcommandline.c685 char path_buf[PATH_MAX]; local
686 snprintf(path_buf, sizeof(path_buf),
688 return access(path_buf, F_OK) == 0;
693 static char *find_top_from(const char *indir, char path_buf[PATH_MAX]) argument
695 strcpy(path_buf, indir);
697 if (top_works(path_buf)) {
698 return path_buf;
700 char *s = adb_dirstop(path_buf);
704 path_buf[
710 find_top(char path_buf[PATH_MAX]) argument
766 static char path_buf[PATH_MAX]; local
[all...]

Completed in 47 milliseconds