Searched refs:expanded_path (Results 1 – 3 of 3) sorted by relevance
23 expanded_path = os.path.expanduser(path)24 return os.path.isfile(os.path.join(expanded_path, 'gclient.py'))
491 auto expanded_path = ExpandDirectoryPath(path); in ParseCommandLine() local492 if (!expanded_path) { in ParseCommandLine()497 if (!PathService::DirectoryExists(expanded_path.value())) { in ParseCommandLine()503 options->font_directory = expanded_path.value(); in ParseCommandLine()540 auto expanded_path = ExpandDirectoryPath(path); in ParseCommandLine() local541 if (!expanded_path) { in ParseCommandLine()545 options->bin_directory = expanded_path.value(); in ParseCommandLine()
307 char *expanded_path = NULL; in expand_path_to_object() local310 r = expand_path(keystore, path, &expanded_path); in expand_path_to_object()314 r = ifapi_asprintf(file_name, "%s/%s/%s", dir, expanded_path, IFAPI_OBJECT_FILE); in expand_path_to_object()315 SAFE_FREE(expanded_path); in expand_path_to_object()