Searched refs:splitpath (Results 1 – 13 of 13) sorted by relevance
/third_party/toybox/lib/ |
D | xwrap.c | 539 splitpath(path, splitpath(temp, &todo)); in xabspath() 541 } else splitpath(path, &todo); in xabspath() 607 tail = splitpath(libbuf, &new); in xabspath()
|
D | lib.h | 218 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
|
/third_party/openssl/Configurations/ |
D | windows-makefile.tmpl | 190 use File::Spec::Functions qw(:DEFAULT splitpath); 194 splitpath($prefix, 1); 206 use File::Spec::Functions qw(:DEFAULT splitpath); 214 splitpath($openssldir, 1); 219 MODULESDIR_dev={- use File::Spec::Functions qw(:DEFAULT splitpath catpath); 223 splitpath($modulesprefix, 1);
|
D | descrip.mms.tmpl | 18 (my $vol, my $dirs, my $file) = File::Spec->splitpath($_[0]);
|
/third_party/node/deps/openssl/openssl/Configurations/ |
D | windows-makefile.tmpl | 190 use File::Spec::Functions qw(:DEFAULT splitpath); 194 splitpath($prefix, 1); 206 use File::Spec::Functions qw(:DEFAULT splitpath); 214 splitpath($openssldir, 1); 219 MODULESDIR_dev={- use File::Spec::Functions qw(:DEFAULT splitpath catpath); 223 splitpath($modulesprefix, 1);
|
D | descrip.mms.tmpl | 18 (my $vol, my $dirs, my $file) = File::Spec->splitpath($_[0]);
|
/third_party/openssl/test/recipes/ |
D | 90-test_store.t | 555 ($vol, $dir, $file) = File::Spec->splitpath($file, $isdir // 0);
|
/third_party/python/Lib/http/ |
D | server.py | 938 splitpath = ('/' + '/'.join(head_parts), tail_part) 939 collapsed_path = "/".join(splitpath)
|
/third_party/openssl/ |
D | configdata.pm.in | 24 (my $vol, my $dirs, my $file) = File::Spec->splitpath($path);
|
/third_party/node/deps/openssl/openssl/ |
D | configdata.pm.in | 24 (my $vol, my $dirs, my $file) = File::Spec->splitpath($path);
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 211 struct string_list **splitpath(char *path, struct string_list **list);
|
/third_party/node/deps/v8/tools/ |
D | grokdump.py | 3408 splitpath = os.path.split(minidump_name) 3409 self.dumppath = splitpath[0] 3410 self.dumpfilename = splitpath[1]
|