Home
last modified time | relevance | path

Searched refs:splitpath (Results 1 - 10 of 10) sorted by relevance

/third_party/toybox/lib/
H A Dxwrap.c539 splitpath(path, splitpath(temp, &todo)); in xabspath()
541 } else splitpath(path, &todo); in xabspath()
607 tail = splitpath(libbuf, &new); in xabspath()
H A Dlib.h218 struct string_list **splitpath(char *path, struct string_list **list);
H A Dlib.c219 struct string_list **splitpath(char *path, struct string_list **list) in splitpath() function
/third_party/python/Lib/http/
H A Dserver.py948 splitpath = ('/' + '/'.join(head_parts), tail_part)
949 collapsed_path = "/".join(splitpath)
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h211 struct string_list **splitpath(char *path, struct string_list **list);
/third_party/node/deps/v8/tools/
H A Dgrokdump.py3408 splitpath = os.path.split(minidump_name)
3409 self.dumppath = splitpath[0]
3410 self.dumpfilename = splitpath[1]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm68 catdir catfile splitpath catpath devnull abs2rel/;
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm68 catdir catfile splitpath catpath devnull abs2rel/;
/third_party/node/deps/openssl/openssl/
H A DConfigure3267 # if there is $directories component in splitpath,
3269 return $name if (File::Spec->splitpath($name))[1];
/third_party/openssl/
H A DConfigure3262 # if there is $directories component in splitpath,
3264 return $name if (File::Spec->splitpath($name))[1];

Completed in 23 milliseconds