Searched refs:last_path (Results 1 – 7 of 7) sorted by relevance
64 last_path = None69 if (last_path != None):71 (filename, last_path, path))73 last_path = path
49 base::FilePath last_path; in HasAccessPermission() local50 while (current_path != last_path) { in HasAccessPermission()53 last_path = current_path; in HasAccessPermission()
513 static char *last_path = NULL; variable520 if (last_path) { in wpa_debug_reopen_file()521 char *tmp = os_strdup(last_path); in wpa_debug_reopen_file()543 if (last_path == NULL || os_strcmp(last_path, path) != 0) { in wpa_debug_open_file()545 os_free(last_path); in wpa_debug_open_file()546 last_path = os_strdup(path); in wpa_debug_open_file()570 os_free(last_path); in wpa_debug_close_file()571 last_path = NULL; in wpa_debug_close_file()
96 last_path = None99 return last_path100 last_path = path102 if last_path == path:
568 FilePath last_path = full_path; in CreateDirectoryAndGetError() local571 path.value() != last_path.value(); path = path.DirName()) { in CreateDirectoryAndGetError()573 last_path = path; in CreateDirectoryAndGetError()
196 base::FilePath last_path; in HasPermissionsForFile() local198 while (current_path != last_path) { in HasPermissionsForFile()210 last_path = current_path; in HasPermissionsForFile()
116 base::FilePath last_path = allowed_path;119 path.value() != last_path.value();122 last_path = path;