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

  /external/chromium/base/files/
file_path_watcher_mac.cc 159 bool path_still_exists = true; local
168 if (path_still_exists) {
171 path_still_exists = false;
  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 173 bool path_still_exists = true; local
182 if (path_still_exists) {
185 path_still_exists = false;

Completed in 36 milliseconds