Searched refs:splitpath (Results 1 – 8 of 8) sorted by relevance
/external/toybox/lib/ |
D | xwrap.c | 474 splitpath(path, splitpath(temp, &todo)); in xabspath() 476 } else splitpath(path, &todo); in xabspath() 533 tail = splitpath(libbuf, &new); in xabspath()
|
D | lib.h | 191 struct string_list **splitpath(char *path, struct string_list **list);
|
D | lib.c | 207 struct string_list **splitpath(char *path, struct string_list **list) in splitpath() function
|
/external/syslinux/gpxe/src/include/gpxe/efi/ |
D | import.pl | 26 ( undef, my $outdir, undef ) = splitpath ( $outfile );
|
/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/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/v8/tools/ |
D | grokdump.py | 2830 splitpath = os.path.split(minidump_name) 2831 self.dumppath = splitpath[0] 2832 self.dumpfilename = splitpath[1]
|