OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_file
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/test/
test_file_util_win.cc
144
std::wstring
cur_file
(fd.cFileName);
145
if (
cur_file
== L"." ||
cur_file
== L"..")
148
FilePath cur_source_path = source_dir.Append(
cur_file
);
149
FilePath cur_dest_path = dest_dir.Append(
cur_file
);
/external/chromium/chrome/browser/history/
text_database_manager.cc
162
FilePath
cur_file
;
local
163
while (!(
cur_file
= enumerator.Next()).empty()) {
165
TextDatabase::DBIdent id = TextDatabase::FileNameToID(
cur_file
);
/external/chromium/base/
file_util_win.cc
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
;
[
all
...]
file_util_unittest.cc
137
FilePath
cur_file
;
local
138
while (!(
cur_file
= enumerator.Next()).value().empty()) {
139
FilePath::StringType path =
cur_file
.value();
[
all
...]
Completed in 71 milliseconds