Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/test/
H A Dfile_path_reparse_point_win.cc46 std::optional<base::test::FilePathReparsePoint> FilePathReparsePoint::Create( in Create()
49 auto reparse_point = base::test::FilePathReparsePoint(source, target); in Create()
56 FilePathReparsePoint::FilePathReparsePoint(FilePathReparsePoint&& other) in FilePathReparsePoint() function in base::test::FilePathReparsePoint
60 FilePathReparsePoint& FilePathReparsePoint::operator=( in operator =()
61 FilePathReparsePoint&& other) { in operator =()
67 FilePathReparsePoint::~FilePathReparsePoint() { in ~FilePathReparsePoint()
74 FilePathReparsePoint::FilePathReparsePoint(const FilePath& source, in FilePathReparsePoint() function in base::test::FilePathReparsePoint
87 bool FilePathReparsePoint::SetReparsePoint(HANDLE source, in SetReparsePoint()
121 bool FilePathReparsePoint::DeleteReparsePoint(HANDLE source) { in DeleteReparsePoint()
H A Dfile_path_reparse_point_win.h15 class FilePathReparsePoint {
18 static std::optional<FilePathReparsePoint> Create(const FilePath& source,
20 FilePathReparsePoint(const FilePathReparsePoint&) = delete;
21 FilePathReparsePoint& operator=(const FilePathReparsePoint&) = delete;
24 FilePathReparsePoint(FilePathReparsePoint&& other);
25 FilePathReparsePoint& operator=(FilePathReparsePoint&& other);
27 ~FilePathReparsePoint();
30 FilePathReparsePoint(const FilePath& source, const FilePath& target);
/aosp_15_r20/external/cronet/base/files/
H A Dfile_util_unittest.cc660 auto reparse_to_sub_a = test::FilePathReparsePoint::Create(to_sub_a, sub_a); in TEST_F()
666 test::FilePathReparsePoint::Create(to_base_b, base_b); in TEST_F()
672 test::FilePathReparsePoint::Create(to_sub_long, sub_long); in TEST_F()
3393 auto reparse_point = test::FilePathReparsePoint::Create(dir1, dir2); in TEST_F()