HomeSort by relevance Sort by last modified time
    Searched refs:IsReparsePoint (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sandbox/win/src/
win_utils_unittest.cc 12 TEST(WinUtils, IsReparsePoint) {
13 using sandbox::IsReparsePoint;
26 EXPECT_EQ(ERROR_SUCCESS, IsReparsePoint(my_folder, &result));
31 // EXPECT_EQ(ERROR_PATH_NOT_FOUND, IsReparsePoint(not_found, &result));
34 EXPECT_EQ(ERROR_SUCCESS, IsReparsePoint(new_file, &result));
46 EXPECT_EQ(ERROR_SUCCESS, IsReparsePoint(new_file, &result));
win_utils.h 75 DWORD IsReparsePoint(const std::wstring& full_path, bool* result);
filesystem_policy.cc 379 if (ERROR_SUCCESS != IsReparsePoint(*new_path, &reparsed))
win_utils.cc 82 DWORD IsReparsePoint(const std::wstring& full_path, bool* result) {

Completed in 53 milliseconds