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

  /external/chromium_org/sandbox/win/src/
win_utils.h 89 base::string16* nt_path);
file_policy_test.cc 270 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());
win_utils.cc 270 base::string16* nt_path) {
276 bool rv = GetPathFromHandle(file, nt_path);
  /external/chromium_org/base/files/
file_util.h 291 FilePath* nt_path);
file_util_win.cc 492 bool NormalizeToNativeFilePath(const FilePath& path, FilePath* nt_path) {
540 *nt_path = FilePath(mapped_file_path);

Completed in 245 milliseconds