Searched refs:last_path (Results 1 – 3 of 3) sorted by relevance
525 static char *last_path = NULL; variable534 if (!last_path) in wpa_debug_reopen_file()537 tmp = os_strdup(last_path); in wpa_debug_reopen_file()559 if (last_path == NULL || os_strcmp(last_path, path) != 0) { in wpa_debug_open_file()561 os_free(last_path); in wpa_debug_open_file()562 last_path = os_strdup(path); in wpa_debug_open_file()614 os_free(last_path); in wpa_debug_close_file()615 last_path = NULL; in wpa_debug_close_file()
637 if os.path.isdir(self.last_path):638 dir = self.last_path640 dir,junk = os.path.split(self.last_path)662 self.last_path = path