Home
last modified time | relevance | path

Searched refs:splitpath (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Ddata.py35 def splitpath(path): function
99 _, elems = splitpath(filename)
110 _, prefix = splitpath(self._prefix)
117 (_, name), target = splitpath(fname), telems
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Ddata.py35 def splitpath(path): function
99 _, elems = splitpath(filename)
110 _, prefix = splitpath(self._prefix)
117 (_, name), target = splitpath(fname), telems
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Ddata.py35 def splitpath(path): function
99 _, elems = splitpath(filename)
110 _, prefix = splitpath(self._prefix)
117 (_, name), target = splitpath(fname), telems
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Ddata.py35 def splitpath(path): function
99 _, elems = splitpath(filename)
110 _, prefix = splitpath(self._prefix)
117 (_, name), target = splitpath(fname), telems
/external/toybox/lib/
Dxwrap.c532 splitpath(path, splitpath(temp, &todo)); in xabspath()
534 } else splitpath(path, &todo); in xabspath()
600 tail = splitpath(libbuf, &new); in xabspath()
Dlib.h206 struct string_list **splitpath(char *path, struct string_list **list);
Dlib.c219 struct string_list **splitpath(char *path, struct string_list **list) in splitpath() function
/external/python/cpython2/Lib/
DCGIHTTPServer.py339 splitpath = ('/' + '/'.join(head_parts), tail_part)
340 collapsed_path = "/".join(splitpath)
/external/ImageMagick/PerlMagick/quantum/
DMakefile.PL.in26 use File::Spec::Functions qw/catfile catdir devnull catpath splitpath/;
41 my ($vol,$dir,$file) = splitpath($1);
/external/ImageMagick/PerlMagick/default/
DMakefile.PL.in26 use File::Spec::Functions qw/catfile catdir devnull catpath splitpath/;
41 my ($vol,$dir,$file) = splitpath($1);
/external/ImageMagick/PerlMagick/
DMakefile.PL.in26 use File::Spec::Functions qw/catfile catdir devnull catpath splitpath/;
41 my ($vol,$dir,$file) = splitpath($1);
/external/python/cpython3/Lib/http/
Dserver.py924 splitpath = ('/' + '/'.join(head_parts), tail_part)
925 collapsed_path = "/".join(splitpath)
/external/v8/tools/
Dgrokdump.py3324 splitpath = os.path.split(minidump_name)
3325 self.dumppath = splitpath[0]
3326 self.dumpfilename = splitpath[1]