Searched refs:real_path (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dregistry_dispatcher.cc81 base::string16 real_path = *name; local
94 if (!GetCompletePath(root, *name, &real_path))
97 const wchar_t* regname = real_path.c_str();
127 base::string16 real_path = *name; local
139 if (!GetCompletePath(root, *name, &real_path))
142 const wchar_t* regname = real_path.c_str();
/external/chromium_org/ppapi/native_client/tools/browser_tester/
H A Dbrowser_tester.py233 for server_path, real_path in file_mapping.iteritems():
234 if not os.path.exists(real_path):
235 raise AssertionError('\'%s\' does not exist.' % real_path)
/external/chromium_org/third_party/skia/tools/skpdiff/
H A Dskpdiff_server.py444 real_path = os.path.normpath(os.path.join(dir_path, file_path))
445 if os.path.commonprefix([real_path, dir_path]) == dir_path:
446 if os.path.isfile(real_path):
447 self.send_file(real_path)
/external/skia/tools/skpdiff/
H A Dskpdiff_server.py444 real_path = os.path.normpath(os.path.join(dir_path, file_path))
445 if os.path.commonprefix([real_path, dir_path]) == dir_path:
446 if os.path.isfile(real_path):
447 self.send_file(real_path)
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Drender_servlet_test.py48 def create_404_response(real_path):
49 real_404 = self._Render(real_path)
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_posix.cc289 std::string real_path = ReadLink(path).value(); local
290 if (real_path.empty())
293 std::string::size_type pos = real_path.rfind(kLockDelimiter);
303 *hostname = real_path.substr(0, pos);
305 const std::string& pid_str = real_path.substr(pos + 1);
/external/chromium_org/base/files/
H A Dfile_util.h270 // Sets |real_path| to |path| with symbolic links and junctions expanded.
275 // or if |real_path| would be longer than MAX_PATH characters.
276 BASE_EXPORT bool NormalizeFilePath(const FilePath& path, FilePath* real_path);
286 // Given an existing file in |path|, set |real_path| to the path
H A Dfile_util_win.cc436 bool NormalizeFilePath(const FilePath& path, FilePath* real_path) { argument
445 return DevicePathToDriveLetterPath(mapped_file, real_path);
H A Dfile_util_posix.cc85 bool RealPath(const FilePath& path, FilePath* real_path) { argument
91 *real_path = FilePath(buf);
/external/chromium_org/native_client_sdk/src/tools/
H A Dcreate_nmf.py98 real_path = os.path.realpath(path)
100 return MakePosixPath(os.path.relpath(real_path, real_start))
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc1057 base::FilePath real_path = all_downloads[0]->GetTargetFilePath(); local
1060 EXPECT_EQ(0, base::WriteFile(real_path, "", 0));
1061 ASSERT_TRUE(base::PathExists(real_path));

Completed in 340 milliseconds