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

  /external/libvpx/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_org/sandbox/win/src/
registry_dispatcher.cc 78 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/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_org/chrome/browser/
process_singleton_linux.cc 272 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);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 1038 base::FilePath real_path = all_downloads[0]->GetTargetFilePath(); local
    [all...]

Completed in 3710 milliseconds