Home
last modified time | relevance | path

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

/external/libchrome/build/
Dfind_depot_tools.py23 expanded_path = os.path.expanduser(path)
24 return os.path.isfile(os.path.join(expanded_path, 'gclient.py'))
/external/pdfium/samples/
Dpdfium_test.cc491 auto expanded_path = ExpandDirectoryPath(path); in ParseCommandLine() local
492 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() local
541 if (!expanded_path) { in ParseCommandLine()
545 options->bin_directory = expanded_path.value(); in ParseCommandLine()
/external/tpm2-tss/src/tss2-fapi/
Difapi_keystore.c307 char *expanded_path = NULL; in expand_path_to_object() local
310 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()