Searched refs:splitpath (Results 1 – 13 of 13) sorted by relevance
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/ |
D | data.py | 35 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/ |
D | data.py | 35 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/ |
D | data.py | 35 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/ |
D | data.py | 35 def splitpath(path): function 99 _, elems = splitpath(filename) 110 _, prefix = splitpath(self._prefix) 117 (_, name), target = splitpath(fname), telems
|
/external/toybox/lib/ |
D | xwrap.c | 532 splitpath(path, splitpath(temp, &todo)); in xabspath() 534 } else splitpath(path, &todo); in xabspath() 600 tail = splitpath(libbuf, &new); in xabspath()
|
D | lib.h | 206 struct string_list **splitpath(char *path, struct string_list **list);
|
D | lib.c | 219 struct string_list **splitpath(char *path, struct string_list **list) in splitpath() function
|
/external/python/cpython2/Lib/ |
D | CGIHTTPServer.py | 339 splitpath = ('/' + '/'.join(head_parts), tail_part) 340 collapsed_path = "/".join(splitpath)
|
/external/ImageMagick/PerlMagick/quantum/ |
D | Makefile.PL.in | 26 use File::Spec::Functions qw/catfile catdir devnull catpath splitpath/; 41 my ($vol,$dir,$file) = splitpath($1);
|
/external/ImageMagick/PerlMagick/default/ |
D | Makefile.PL.in | 26 use File::Spec::Functions qw/catfile catdir devnull catpath splitpath/; 41 my ($vol,$dir,$file) = splitpath($1);
|
/external/ImageMagick/PerlMagick/ |
D | Makefile.PL.in | 26 use File::Spec::Functions qw/catfile catdir devnull catpath splitpath/; 41 my ($vol,$dir,$file) = splitpath($1);
|
/external/python/cpython3/Lib/http/ |
D | server.py | 924 splitpath = ('/' + '/'.join(head_parts), tail_part) 925 collapsed_path = "/".join(splitpath)
|
/external/v8/tools/ |
D | grokdump.py | 3324 splitpath = os.path.split(minidump_name) 3325 self.dumppath = splitpath[0] 3326 self.dumpfilename = splitpath[1]
|