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

  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_access_permissions.cc 49 base::FilePath last_path; local
50 while (current_path != last_path) {
53 last_path = current_path;
  /external/chromium_org/base/files/
file_util_posix.cc 568 FilePath last_path = full_path; local
571 path.value() != last_path.value(); path = path.DirName()) {
573 last_path = path;
  /external/chromium_org/content/browser/
child_process_security_policy_impl.cc 196 base::FilePath last_path; local
198 while (current_path != last_path) {
210 last_path = current_path;

Completed in 66 milliseconds