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

  /external/ltp/lib/tests/
tst_tmpdir_test.c 53 char *changed_dir; local
59 changed_dir = getcwd(NULL, PATH_MAX);
61 if (strcmp(tmp_dir, changed_dir) == 0 &&
  /external/libchrome/base/files/
file_path_watcher_linux.cc 553 const FilePath& changed_dir = local
559 recursive_watches_by_path_.lower_bound(changed_dir);
563 if (!changed_dir.IsParent(cur_path))
569 UpdateRecursiveWatchesForPath(changed_dir);

Completed in 94 milliseconds