Searched refs:partial_path (Results 1 – 1 of 1) sorted by relevance
122 char* partial_path = buf + token.start; in tab_complete() local151 const char* partial_paths[] = { partial_path, NULL }; in tab_complete()153 char* file_prefix = strrchr(partial_path, '/'); in tab_complete()155 file_prefix = partial_path; in tab_complete()161 ZX_DEBUG_ASSERT(partial_path[-1] == ' '); in tab_complete()162 partial_path[-1] = '\0'; in tab_complete()
Completed in 2 milliseconds