OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:long_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
file_util_unittest.cc
537
FilePath
long_path
= base_b;
local
539
while (
long_path
.value().length() <= kLengthLimit) {
540
long_path
=
long_path
.Append(FPL("to_base_b"));
542
long_path
=
long_path
.Append(FPL("to_sub_a"))
545
ASSERT_FALSE(file_util::NormalizeFilePath(
long_path
, &normalized_path));
[
all
...]
/external/chromium/chrome/browser/
enumerate_modules_model_win.cc
85
bool ConvertToLongPath(const string16& short_path, string16*
long_path
) {
90
*
long_path
= long_path_buf;
[
all
...]
Completed in 61 milliseconds