Home | History | Annotate | Download | only in files

Lines Matching refs:target_

120   // Inotify watches are installed for all directory components of |target_|. A
133 // Reconfigure to watch for the most specific parent directory of |target_|
141 FilePath target_;
145 // |target_| and always stores an empty next component name in |subdir_|.
340 // Check whether a path component of |target_| changed.
343 // Check whether the change references |target_| or a direct child.
348 // Update watches if a directory component of the |target_| path (dis)appears.
350 delegate_->OnFilePathError(target_);
363 (change_on_target_path && file_util::PathExists(target_))) {
364 delegate_->OnFilePathChanged(target_);
370 DCHECK(target_.empty());
375 target_ = path;
379 target_.GetComponents(&comps);
418 target_.clear();