Home
last modified time | relevance | path

Searched refs:real_path (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/examples/includes/geshi/contrib/
Daliased.php30 $real_path = realpath($path); variable
31 if(strncmp($real_path, SOURCE_ROOT, $base_path_len)) {
/external/chromium/chrome/browser/
Dprocess_singleton_linux.cc276 std::string real_path = ReadLink(path).value(); in ParseLockPath() local
277 if (real_path.empty()) in ParseLockPath()
280 std::string::size_type pos = real_path.rfind(kLockDelimiter); in ParseLockPath()
290 *hostname = real_path.substr(0, pos); in ParseLockPath()
292 const std::string& pid_str = real_path.substr(pos + 1); in ParseLockPath()
/external/chromium/base/
Dfile_util.h319 BASE_API bool NormalizeFilePath(const FilePath& path, FilePath* real_path);
Dfile_util_posix.cc50 bool RealPath(const FilePath& path, FilePath* real_path) { in RealPath() argument
56 *real_path = FilePath(buf); in RealPath()
Dfile_util_win.cc1038 bool NormalizeFilePath(const FilePath& path, FilePath* real_path) { in NormalizeFilePath() argument
1047 return DevicePathToDriveLetterPath(mapped_file, real_path); in NormalizeFilePath()