Searched defs:ResolvePath (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
H A Ddependency_manager_util.py31 def ResolvePath(path_name): function in function:VerifySafeArchive
35 base_path = ResolvePath(os.getcwd()) + os.path.sep
37 if not ResolvePath(os.path.join(base_path, member)).startswith(base_path):
/external/lldb/source/API/
H A DSBFileSpec.cpp87 SBFileSpec::ResolvePath (const char *src_path, char *dst_path, size_t dst_len) function in class:SBFileSpec
/external/libchrome/base/files/
H A Dfile_path_watcher_fsevents.cc40 FilePath ResolvePath(const FilePath& path) { function in namespace:base::__anon9156
251 FilePath resolved = ResolvePath(target_).StripTrailingSeparators();
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py586 file_path = self.ResolvePath(file_path)
599 def ResolvePath(self, file_path): member in class:FakeFilesystem
602 ResolvePath traverses the filesystem along the specified file path,
788 return self.GetObjectFromNormalizedPath(self.ResolvePath(file_path))
968 resolved_file_path = self.ResolvePath(file_path)
1361 target_directory = self.filesystem.ResolvePath(target_directory)
1393 target_directory = self.filesystem.ResolvePath(target_directory)
1928 real_path = self.filesystem.ResolvePath(file_path)
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py604 file_path = self.ResolvePath(file_path)
617 def ResolvePath(self, file_path): member in class:FakeFilesystem
620 ResolvePath traverses the filesystem along the specified file path,
806 return self.GetObjectFromNormalizedPath(self.ResolvePath(file_path))
986 resolved_file_path = self.ResolvePath(file_path)
1379 target_directory = self.filesystem.ResolvePath(target_directory)
1411 target_directory = self.filesystem.ResolvePath(target_directory)
1951 real_path = self.filesystem.ResolvePath(file_path)
/external/lldb/source/Host/common/
H A DFileSpec.cpp404 if (resolved_lhs.ResolvePath())
418 if (resolved_rhs.ResolvePath())
587 FileSpec::ResolvePath () function in class:FileSpec

Completed in 196 milliseconds