Searched refs:SameObject (Results 1 – 5 of 5) sorted by relevance
54 TEST(WinUtils, SameObject) { in TEST() argument55 using sandbox::SameObject; in TEST()78 EXPECT_TRUE(SameObject(file.Get(), file_name_nt1.c_str())); in TEST()79 EXPECT_TRUE(SameObject(file.Get(), file_name_nt2.c_str())); in TEST()
81 bool SameObject(HANDLE handle, const wchar_t* full_path);
126 bool SameObject(HANDLE handle, const wchar_t* full_path) { in SameObject() function
43 if (!sandbox::SameObject(local_handle, obj_attributes->ObjectName->Buffer)) { in NtCreateFileInTarget()
288 TEST_F(ObjectManagerTest, SameObject) { in TEST_F() argument