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

/external/libvpx/libvpx/examples/includes/geshi/contrib/
H A Daliased.php30 $real_path = realpath($path); variable
31 if(strncmp($real_path, SOURCE_ROOT, $base_path_len)) {
/external/chromium_org/sandbox/win/src/
H A Dregistry_dispatcher.cc78 base::string16 real_path = *name; local
91 if (!GetCompletePath(root, *name, &real_path))
94 const wchar_t* regname = real_path.c_str();
124 base::string16 real_path = *name; local
136 if (!GetCompletePath(root, *name, &real_path))
139 const wchar_t* regname = real_path.c_str();
/external/chromium_org/base/
H A Dfile_util_win.cc391 bool NormalizeFilePath(const FilePath& path, FilePath* real_path) { argument
400 return DevicePathToDriveLetterPath(mapped_file, real_path);
H A Dfile_util_posix.cc92 bool RealPath(const FilePath& path, FilePath* real_path) { argument
98 *real_path = FilePath(buf);
/external/chromium/base/
H A Dfile_util_posix.cc50 bool RealPath(const FilePath& path, FilePath* real_path) { argument
56 *real_path = FilePath(buf);
H A Dfile_util_win.cc1038 bool NormalizeFilePath(const FilePath& path, FilePath* real_path) { argument
1047 return DevicePathToDriveLetterPath(mapped_file, real_path);
/external/chromium/chrome/browser/
H A Dprocess_singleton_linux.cc276 std::string real_path = ReadLink(path).value(); local
277 if (real_path.empty())
280 std::string::size_type pos = real_path.rfind(kLockDelimiter);
290 *hostname = real_path.substr(0, pos);
292 const std::string& pid_str = real_path.substr(pos + 1);
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_linux.cc272 std::string real_path = ReadLink(path).value(); local
273 if (real_path.empty())
276 std::string::size_type pos = real_path.rfind(kLockDelimiter);
286 *hostname = real_path.substr(0, pos);
288 const std::string& pid_str = real_path.substr(pos + 1);
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc1038 base::FilePath real_path = all_downloads[0]->GetTargetFilePath(); local
1041 EXPECT_EQ(0, file_util::WriteFile(real_path, "", 0));
1042 ASSERT_TRUE(base::PathExists(real_path));

Completed in 329 milliseconds