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

/external/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/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);

Completed in 28 milliseconds