Home
last modified time | relevance | path

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

/system/core/adb/
Dcommandline.c964 static char *find_top_from(const char *indir, char path_buf[PATH_MAX]) in find_top_from() function
1012 top = find_top_from(getcwd(dir, sizeof(dir)), path_buf); in find_top()
1018 top = find_top_from(dir, path_buf); in find_top()