HomeSort by relevance Sort by last modified time
    Searched refs:splitpath (Results 1 - 14 of 14) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/efi/
import.pl 26 ( undef, my $outdir, undef ) = splitpath ( $outfile );
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
CGIHTTPServer.py 87 splitpath = _url_collapse_path_split(self.path)
88 if splitpath[0] in self.cgi_directories:
89 self.cgi_info = splitpath
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 85 (undef, undef, $f) = File::Spec->splitpath($file);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 85 (undef, undef, $f) = File::Spec->splitpath($file);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 85 (undef, undef, $f) = File::Spec->splitpath($file);
  /external/toybox/lib/
xwrap.c 481 splitpath(path, splitpath(temp, &todo));
483 } else splitpath(path, &todo);
540 tail = splitpath(libbuf, &new);
lib.h 192 struct string_list **splitpath(char *path, struct string_list **list);
lib.c 208 struct string_list **splitpath(char *path, struct string_list **list) function
  /external/python/cpython2/Lib/
CGIHTTPServer.py 339 splitpath = ('/' + '/'.join(head_parts), tail_part)
340 collapsed_path = "/".join(splitpath)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
CGIHTTPServer.py 339 splitpath = ('/' + '/'.join(head_parts), tail_part)
340 collapsed_path = "/".join(splitpath)
  /prebuilts/gdb/linux-x86/lib/python2.7/
CGIHTTPServer.py 339 splitpath = ('/' + '/'.join(head_parts), tail_part)
340 collapsed_path = "/".join(splitpath)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 339 splitpath = ('/' + '/'.join(head_parts), tail_part)
340 collapsed_path = "/".join(splitpath)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 339 splitpath = ('/' + '/'.join(head_parts), tail_part)
340 collapsed_path = "/".join(splitpath)
  /external/v8/tools/
grokdump.py     [all...]

Completed in 1000 milliseconds