Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dwpa_debug.c513 static char *last_path = NULL; variable
522 if (!last_path) in wpa_debug_reopen_file()
525 tmp = os_strdup(last_path); in wpa_debug_reopen_file()
545 if (last_path == NULL || os_strcmp(last_path, path) != 0) { in wpa_debug_open_file()
547 os_free(last_path); in wpa_debug_open_file()
548 last_path = os_strdup(path); in wpa_debug_open_file()
574 os_free(last_path); in wpa_debug_close_file()
575 last_path = NULL; in wpa_debug_close_file()
/external/libchrome/base/files/
Dfile_util_posix.cc598 FilePath last_path = full_path; in CreateDirectoryAndGetError() local
601 path.value() != last_path.value(); path = path.DirName()) { in CreateDirectoryAndGetError()
603 last_path = path; in CreateDirectoryAndGetError()