Home | History | Annotate | Download | only in base

Lines Matching refs:cur_file

930     FilePath cur_file(find_data_.cFileName);
931 if (ShouldSkip(cur_file))
935 cur_file = root_path_.Append(find_data_.cFileName);
939 // If |cur_file| is a directory, and we are doing recursive searching,
942 pending_paths_.push(cur_file);
945 return cur_file;
947 return cur_file;