Searched defs:real_path (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dregistry_dispatcher.cc81 base::string16 real_path = *name; local
94 if (!GetCompletePath(root, *name, &real_path))
97 const wchar_t* regname = real_path.c_str();
127 base::string16 real_path = *name; local
139 if (!GetCompletePath(root, *name, &real_path))
142 const wchar_t* regname = real_path.c_str();
/external/chromium_org/base/files/
H A Dfile_util_win.cc436 bool NormalizeFilePath(const FilePath& path, FilePath* real_path) { argument
445 return DevicePathToDriveLetterPath(mapped_file, real_path);
H A Dfile_util_posix.cc85 bool RealPath(const FilePath& path, FilePath* real_path) { argument
91 *real_path = FilePath(buf);
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_posix.cc289 std::string real_path = ReadLink(path).value(); local
290 if (real_path.empty())
293 std::string::size_type pos = real_path.rfind(kLockDelimiter);
303 *hostname = real_path.substr(0, pos);
305 const std::string& pid_str = real_path.substr(pos + 1);
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc1057 base::FilePath real_path = all_downloads[0]->GetTargetFilePath(); local
1060 EXPECT_EQ(0, base::WriteFile(real_path, "", 0));
1061 ASSERT_TRUE(base::PathExists(real_path));

Completed in 199 milliseconds