HomeSort by relevance Sort by last modified time
    Searched defs:last_path (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 311 static char *last_path = NULL; variable
318 if (last_path) {
319 char *tmp = os_strdup(last_path);
341 if (last_path == NULL || os_strcmp(last_path, path) != 0) {
343 os_free(last_path);
344 last_path = os_strdup(path);
368 os_free(last_path);
369 last_path = NULL;
  /external/chromium/base/
file_util_posix.cc 493 FilePath last_path = full_path; local
496 path.value() != last_path.value(); path = path.DirName()) {
498 last_path = path;

Completed in 222 milliseconds