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

  /external/libvpx/examples/includes/geshi/contrib/
aliased.php 30 $real_path = realpath($path); variable
31 if(strncmp($real_path, SOURCE_ROOT, $base_path_len)) {
  /external/chromium/chrome/browser/
process_singleton_linux.cc 276 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);
    [all...]
  /external/chromium/base/
file_util.h 313 // Sets |real_path| to |path| with symbolic links and junctions expanded.
318 // or if |real_path| would be longer than MAX_PATH characters.
319 BASE_API bool NormalizeFilePath(const FilePath& path, FilePath* real_path);
322 // Given an existing file in |path|, it returns in |real_path| the path
file_util_posix.cc 50 bool RealPath(const FilePath& path, FilePath* real_path) {
56 *real_path = FilePath(buf);
file_util_win.cc     [all...]

Completed in 184 milliseconds