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

  /external/chromium_org/sandbox/win/src/
win_utils.h 85 bool GetNtPathFromWin32Path(const std::wstring& path, std::wstring* nt_path);
file_policy_test.cc 269 std::wstring nt_path; local
270 ASSERT_TRUE(GetNtPathFromWin32Path(calc, &nt_path));
272 runner.AddFsRule(TargetPolicy::FILES_ALLOW_READONLY, nt_path.c_str());
275 ::wsprintfW(buff, L"File_CreateSys32 %s", nt_path.c_str());
278 std::transform(nt_path.begin(), nt_path.end(), nt_path.begin(), std::tolower);
279 ::wsprintfW(buff, L"File_CreateSys32 %s", nt_path.c_str());
win_utils.cc 268 bool GetNtPathFromWin32Path(const std::wstring& path, std::wstring* nt_path) {
274 bool rv = GetPathFromHandle(file, nt_path);
  /external/chromium_org/base/
file_util.h 283 base::FilePath* nt_path);
file_util_win.cc 612 bool NormalizeToNativeFilePath(const FilePath& path, FilePath* nt_path) {
660 *nt_path = FilePath(mapped_file_path);
  /external/chromium/base/
file_util.h 327 FilePath* nt_path);
file_util_win.cc     [all...]

Completed in 217 milliseconds