Home
last modified time | relevance | path

Searched refs:ReparsePoint (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/files/
Dfile_util_unittest.cc157 class ReparsePoint { class
160 ReparsePoint(const FilePath& source, const FilePath& target) { in ReparsePoint() function in base::__anon075779580111::ReparsePoint
172 ~ReparsePoint() { in ~ReparsePoint()
182 DISALLOW_COPY_AND_ASSIGN(ReparsePoint);
464 ReparsePoint reparse_to_sub_a(to_sub_a, sub_a); in TEST_F()
469 ReparsePoint reparse_to_base_b(to_base_b, base_b); in TEST_F()
474 ReparsePoint reparse_to_sub_long(to_sub_long, sub_long); in TEST_F()
2661 ReparsePoint reparse_point(dir1, dir2); in TEST_F()