OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_sub_a
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
file_util_unittest.cc
433
// |->
to_sub_a
(reparse point to temp_dir\base_a\sub_a)
475
FilePath
to_sub_a
= base_b.Append(FPL("
to_sub_a
"));
local
476
ASSERT_TRUE(file_util::CreateDirectory(
to_sub_a
));
478
::CreateFile(
to_sub_a
.value().c_str(),
519
// Check that the path base_b\
to_sub_a
\file.txt can be normalized to exclude
520
// the junction
to_sub_a
.
521
ASSERT_TRUE(file_util::NormalizeFilePath(
to_sub_a
.Append(FPL("file.txt")),
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
[
all
...]
/external/chromium_org/base/
file_util_unittest.cc
316
// |->
to_sub_a
(reparse point to temp_dir\base_a\sub_a)
358
FilePath
to_sub_a
= base_b.Append(FPL("
to_sub_a
"));
local
359
ASSERT_TRUE(CreateDirectory(
to_sub_a
));
362
ReparsePoint reparse_to_sub_a(
to_sub_a
, sub_a);
379
// Check that the path base_b\
to_sub_a
\file.txt can be normalized to exclude
380
// the junction
to_sub_a
.
381
ASSERT_TRUE(NormalizeFilePath(
to_sub_a
.Append(FPL("file.txt")),
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
[
all
...]
Completed in 111 milliseconds