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

  /external/chromium_org/sandbox/win/tests/common/
test_utils.h 16 bool DeleteReparsePoint(HANDLE source);
test_utils.cc 62 bool DeleteReparsePoint(HANDLE source) {
  /external/chromium_org/sandbox/win/src/
win_utils_unittest.cc 49 EXPECT_TRUE(DeleteReparsePoint(dir));
file_policy_test.cc 591 EXPECT_TRUE(DeleteReparsePoint(dir));
  /external/chromium/base/
file_util_unittest.cc 101 bool DeleteReparsePoint(HANDLE source) {
554 ASSERT_TRUE(DeleteReparsePoint(reparse_to_sub_a));
555 ASSERT_TRUE(DeleteReparsePoint(reparse_to_base_b));
556 ASSERT_TRUE(DeleteReparsePoint(reparse_to_sub_long));
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 109 bool DeleteReparsePoint(HANDLE source) {
511 ASSERT_TRUE(DeleteReparsePoint(reparse_to_sub_a));
512 ASSERT_TRUE(DeleteReparsePoint(reparse_to_base_b));
513 ASSERT_TRUE(DeleteReparsePoint(reparse_to_sub_long));
    [all...]

Completed in 231 milliseconds