Searched defs:GetPathComponents (Results 1 - 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dutility.c1390 % GetPathComponents() returns a list of path components.
1392 % The format of the GetPathComponents method is:
1394 % char **GetPathComponents(const char *path,
1404 MagickPrivate char **GetPathComponents(const char *path,
1388 MagickPrivate char **GetPathComponents(const char *path, function
H A Dmethods.h553 #define GetPathComponents PrependMagickMethod(GetPathComponents) macro
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py538 def GetPathComponents(self, path): member in class:FakeFilesystem
546 path_components = self.GetPathComponents(file_path)
591 path_components = self.GetPathComponents(file_path)
694 path_components = self.GetPathComponents(file_path)
725 target_components = self.GetPathComponents(link_path)
746 path_components = self.GetPathComponents(file_path)
890 path_components = self.GetPathComponents(directory_path)
1679 path_components = self.filesystem.GetPathComponents(dir_name)
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py556 def GetPathComponents(self, path): member in class:FakeFilesystem
564 path_components = self.GetPathComponents(file_path)
609 path_components = self.GetPathComponents(file_path)
712 path_components = self.GetPathComponents(file_path)
743 target_components = self.GetPathComponents(link_path)
764 path_components = self.GetPathComponents(file_path)
908 path_components = self.GetPathComponents(directory_path)
1697 path_components = self.filesystem.GetPathComponents(dir_name)

Completed in 388 milliseconds