Searched refs:last_path (Results 1 – 2 of 2) sorted by relevance
513 static char *last_path = NULL; variable522 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()
578 FilePath last_path = full_path; in CreateDirectoryAndGetError() local581 path.value() != last_path.value(); path = path.DirName()) { in CreateDirectoryAndGetError()583 last_path = path; in CreateDirectoryAndGetError()