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

  /external/chromium_org/sandbox/win/src/
win_utils.h 85 bool GetNtPathFromWin32Path(const std::wstring& path, std::wstring* nt_path);
win_utils.cc 268 bool GetNtPathFromWin32Path(const std::wstring& path, std::wstring* nt_path) {
file_policy_test.cc 270 ASSERT_TRUE(GetNtPathFromWin32Path(calc, &nt_path));

Completed in 64 milliseconds