Searched defs:nt_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dfile_policy_test.cc269 base::string16 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());
H A Dwin_utils.cc270 base::string16* nt_path) {
276 bool rv = GetPathFromHandle(file, nt_path);
269 GetNtPathFromWin32Path(const base::string16& path, base::string16* nt_path) argument
/external/chromium_org/base/
H A Dfile_util_win.cc492 bool NormalizeToNativeFilePath(const FilePath& path, FilePath* nt_path) { argument
540 *nt_path = FilePath(mapped_file_path);

Completed in 64 milliseconds