HomeSort by relevance Sort by last modified time
    Searched full:child_dirs (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/files/
file_path_watcher_win.cc 250 // create a watch handle in |handle_|. |child_dirs| keeps a stack of child
252 std::vector<FilePath> child_dirs; local
263 child_dirs.push_back(watched_path.BaseName());
275 while (!child_dirs.empty()) {
276 watched_path = watched_path.Append(child_dirs.back());
277 child_dirs.pop_back();

Completed in 366 milliseconds