Searched refs:splitpath (Results 1 - 10 of 10) sorted by relevance
/third_party/toybox/lib/ |
H A 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()
|
H A D | lib.h | 218 struct string_list **splitpath(char *path, struct string_list **list);
|
H A D | lib.c | 219 struct string_list **splitpath(char *path, struct string_list **list) in splitpath() function
|
/third_party/python/Lib/http/ |
H A D | server.py | 948 splitpath = ('/' + '/'.join(head_parts), tail_part) 949 collapsed_path = "/".join(splitpath)
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 211 struct string_list **splitpath(char *path, struct string_list **list);
|
/third_party/node/deps/v8/tools/ |
H A D | grokdump.py | 3408 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 D | Test.pm | 68 catdir catfile splitpath catpath devnull abs2rel/;
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 68 catdir catfile splitpath catpath devnull abs2rel/;
|
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 3267 # if there is $directories component in splitpath, 3269 return $name if (File::Spec->splitpath($name))[1];
|
/third_party/openssl/ |
H A D | Configure | 3262 # if there is $directories component in splitpath, 3264 return $name if (File::Spec->splitpath($name))[1];
|
Completed in 23 milliseconds