Home
last modified time | relevance | path

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

/third_party/toybox/lib/
Dxwrap.c539 splitpath(path, splitpath(temp, &todo)); in xabspath()
541 } else splitpath(path, &todo); in xabspath()
607 tail = splitpath(libbuf, &new); in xabspath()
Dlib.h218 struct string_list **splitpath(char *path, struct string_list **list);
Dlib.c219 struct string_list **splitpath(char *path, struct string_list **list) in splitpath() function
/third_party/openssl/Configurations/
Dwindows-makefile.tmpl190 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);
Ddescrip.mms.tmpl18 (my $vol, my $dirs, my $file) = File::Spec->splitpath($_[0]);
/third_party/node/deps/openssl/openssl/Configurations/
Dwindows-makefile.tmpl190 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);
Ddescrip.mms.tmpl18 (my $vol, my $dirs, my $file) = File::Spec->splitpath($_[0]);
/third_party/openssl/test/recipes/
D90-test_store.t555 ($vol, $dir, $file) = File::Spec->splitpath($file, $isdir // 0);
/third_party/python/Lib/http/
Dserver.py938 splitpath = ('/' + '/'.join(head_parts), tail_part)
939 collapsed_path = "/".join(splitpath)
/third_party/openssl/
Dconfigdata.pm.in24 (my $vol, my $dirs, my $file) = File::Spec->splitpath($path);
/third_party/node/deps/openssl/openssl/
Dconfigdata.pm.in24 (my $vol, my $dirs, my $file) = File::Spec->splitpath($path);
/third_party/toybox/porting/liteos_a/lib/
Dlib.h211 struct string_list **splitpath(char *path, struct string_list **list);
/third_party/node/deps/v8/tools/
Dgrokdump.py3408 splitpath = os.path.split(minidump_name)
3409 self.dumppath = splitpath[0]
3410 self.dumpfilename = splitpath[1]