OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_base_b
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
file_util_unittest.cc
434
// |->
to_base_b
(reparse point to temp_dir\base_b)
488
FilePath
to_base_b
= base_b.Append(FPL("
to_base_b
"));
local
489
ASSERT_TRUE(file_util::CreateDirectory(
to_base_b
));
491
::CreateFile(
to_base_b
.value().c_str(),
525
// Check that the path base_b\
to_base_b
\
to_base_b
\to_sub_a\file.txt can be
526
// normalized to exclude junctions
to_base_b
and to_sub_a .
527
ASSERT_TRUE(file_util::NormalizeFilePath(base_b.Append(FPL("
to_base_b
"))
528
.Append(FPL("
to_base_b
"))
[
all
...]
/external/chromium_org/base/
file_util_unittest.cc
317
// |->
to_base_b
(reparse point to temp_dir\base_b)
365
FilePath
to_base_b
= base_b.Append(FPL("
to_base_b
"));
local
366
ASSERT_TRUE(CreateDirectory(
to_base_b
));
367
ReparsePoint reparse_to_base_b(
to_base_b
, base_b);
385
// Check that the path base_b\
to_base_b
\
to_base_b
\to_sub_a\file.txt can be
386
// normalized to exclude junctions
to_base_b
and to_sub_a .
387
ASSERT_TRUE(NormalizeFilePath(base_b.Append(FPL("
to_base_b
"))
388
.Append(FPL("
to_base_b
"))
[
all
...]
Completed in 178 milliseconds