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

  /external/chromium_org/sandbox/win/src/
registry_dispatcher.cc 78 std::wstring real_path = *name; local
91 if (!GetCompletePath(root, *name, &real_path))
94 const wchar_t* regname = real_path.c_str();
124 std::wstring real_path = *name; local
136 if (!GetCompletePath(root, *name, &real_path))
139 const wchar_t* regname = real_path.c_str();
  /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/ppapi/native_client/tools/browser_tester/
browser_tester.py 219 for server_path, real_path in file_mapping.iteritems():
220 if not os.path.exists(real_path):
221 raise AssertionError('\'%s\' does not exist.' % real_path)
  /external/skia/tools/skpdiff/
skpdiff_server.py 437 real_path = os.path.normpath(os.path.join(dir_path, file_path))
438 if os.path.commonprefix([real_path, dir_path]) == dir_path:
439 if os.path.isfile(real_path):
440 self.send_file(real_path)
  /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 274 std::string real_path = ReadLink(path).value(); local
275 if (real_path.empty())
278 std::string::size_type pos = real_path.rfind(kLockDelimiter);
288 *hostname = real_path.substr(0, pos);
290 const std::string& pid_str = real_path.substr(pos + 1);
    [all...]
  /external/chromium_org/base/
file_util.h 261 // Sets |real_path| to |path| with symbolic links and junctions expanded.
266 // or if |real_path| would be longer than MAX_PATH characters.
268 base::FilePath* real_path);
278 // Given an existing file in |path|, set |real_path| to the path
file_util_win.cc 556 bool NormalizeFilePath(const FilePath& path, FilePath* real_path) {
565 return DevicePathToDriveLetterPath(mapped_file, real_path);
file_util_posix.cc 88 bool RealPath(const FilePath& path, FilePath* real_path) {
94 *real_path = FilePath(buf);
  /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...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 1022 base::FilePath real_path = all_downloads[0]->GetTargetFilePath(); local
    [all...]

Completed in 847 milliseconds