Home
last modified time | relevance | path

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

/external/toybox/lib/
Dxwrap.c474 splitpath(path, splitpath(temp, &todo)); in xabspath()
476 } else splitpath(path, &todo); in xabspath()
533 tail = splitpath(libbuf, &new); in xabspath()
Dlib.h191 struct string_list **splitpath(char *path, struct string_list **list);
Dlib.c207 struct string_list **splitpath(char *path, struct string_list **list) in splitpath() function
/external/syslinux/gpxe/src/include/gpxe/efi/
Dimport.pl26 ( undef, my $outdir, undef ) = splitpath ( $outfile );
/external/ImageMagick/PerlMagick/
DMakefile.PL.in26 use File::Spec::Functions qw/catfile catdir devnull catpath splitpath/;
41 my ($vol,$dir,$file) = splitpath($1);
/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/v8/tools/
Dgrokdump.py2830 splitpath = os.path.split(minidump_name)
2831 self.dumppath = splitpath[0]
2832 self.dumpfilename = splitpath[1]