Searched refs:nt_path (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dwin_utils.h89 base::string16* nt_path);
H A Dfile_policy_test.cc270 base::string16 nt_path; local
271 ASSERT_TRUE(GetNtPathFromWin32Path(calc, &nt_path));
273 runner.AddFsRule(TargetPolicy::FILES_ALLOW_READONLY, nt_path.c_str());
276 ::wsprintfW(buff, L"File_CreateSys32 %s", nt_path.c_str());
279 std::transform(nt_path.begin(), nt_path.end(), nt_path.begin(), std::tolower);
280 ::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/files/
H A Dfile_util.h291 FilePath* nt_path);
H A Dfile_util_win.cc492 bool NormalizeToNativeFilePath(const FilePath& path, FilePath* nt_path) { argument
540 *nt_path = FilePath(mapped_file_path);

Completed in 222 milliseconds