OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
78
DWORD
IsReparsePoint
(const base::string16& full_path, bool* result);
filesystem_policy.cc
379
if (ERROR_SUCCESS !=
IsReparsePoint
(*new_path, &reparsed))
win_utils.cc
82
DWORD
IsReparsePoint
(const base::string16& full_path, bool* result) {
Completed in 121 milliseconds