Home
last modified time | relevance | path

Searched defs:real_path (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dregistry_dispatcher.cc78 base::string16 real_path = *name; in NtCreateKey() local
124 base::string16 real_path = *name; in NtOpenKey() local
/external/chromium_org/tools/json_schema_compiler/
Dschema_loader.py22 def __init__(self, display_path, real_path): argument
/external/chromium_org/chrome/common/extensions/docs/server2/
Drender_servlet_test.py48 def create_404_response(real_path): argument
/external/chromium_org/base/
Dfile_util_win.cc436 bool NormalizeFilePath(const FilePath& path, FilePath* real_path) { in NormalizeFilePath()
Dfile_util_posix.cc85 bool RealPath(const FilePath& path, FilePath* real_path) { in RealPath()
/external/chromium_org/chrome/browser/
Dprocess_singleton_posix.cc276 std::string real_path = ReadLink(path).value(); in ParseLockPath() local
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api_browsertest.cc1050 base::FilePath real_path = all_downloads[0]->GetTargetFilePath(); in IN_PROC_BROWSER_TEST_F() local