/third_party/curl/tests/ |
D | pathhelp.pm | 129 sub normalize_path; 357 return normalize_path($path); 368 return normalize_path($w32drive . $path); 394 $path = normalize_path($path); 475 $path = normalize_path($path); 500 $path = normalize_path($path); 516 $path = normalize_path($w32drive . $path); 545 return normalize_path($path); 556 sub normalize_path { subroutine 681 return normalize_path($res);
|
/third_party/python/Lib/importlib/ |
D | resources.py | 42 resource = _common.normalize_path(resource) 121 _path_from_reader(reader, _common.normalize_path(resource)) 124 _common.files(package).joinpath(_common.normalize_path(resource)) 151 _common.normalize_path(name)
|
D | _common.py | 25 def normalize_path(path): function
|
/third_party/boost/libs/test/test/framework-ts/ |
D | logger-for-tests.hpp | 38 static std::string normalize_path(const std::string &str) { in normalize_path() function in output_test_stream_for_loggers 49 std::string basename = normalize_path(source_filename); in get_basename() 62 const std::string to_look_for[] = { source_filename, normalize_path(source_filename)}; in get_stream_string_representation()
|
/third_party/pulseaudio/src/pulsecore/ |
D | authkey.c | 134 static int normalize_path(const char *fn, char **_r) { in normalize_path() function 153 if ((ret = normalize_path(fn, &p)) < 0) in pa_authkey_load() 175 if ((ret = normalize_path(fn, &p)) < 0) in pa_authkey_save()
|
/third_party/cef/tools/ |
D | make_cmake.py | 39 newpath = normalize_path(os.path.relpath(abspath, cmake_dirname)) 67 folder = normalize_path(folder).replace('/', '\\\\\\\\') 195 cmake_path = normalize_path(os.path.abspath(input))
|
D | file_util.py | 197 def normalize_path(path): function
|
/third_party/nghttp2/src/ |
D | http2_test.cc | 880 http2::normalize_path( in test_http2_normalize_path() 884 http2::normalize_path(StringRef::from_lit("/a%6c%70%68%61"), in test_http2_normalize_path() 889 http2::normalize_path(StringRef::from_lit("/alpha%2f%3a"), StringRef{})); in test_http2_normalize_path() 892 http2::normalize_path(StringRef::from_lit("%2f"), StringRef{})); in test_http2_normalize_path() 895 http2::normalize_path(StringRef::from_lit("%f"), StringRef{})); in test_http2_normalize_path() 898 http2::normalize_path(StringRef::from_lit("%"), StringRef{})); in test_http2_normalize_path() 900 CU_ASSERT("/" == http2::normalize_path(StringRef{}, StringRef{})); in test_http2_normalize_path() 903 http2::normalize_path(StringRef::from_lit("/alpha"), in test_http2_normalize_path()
|
D | http2.h | 410 StringRef normalize_path(BlockAllocator &balloc, const StringRef &path, 419 std::string normalize_path(const StringRef &path, const StringRef &query);
|
D | http2.cc | 1797 StringRef normalize_path(BlockAllocator &balloc, const StringRef &path, in normalize_path() function 1891 std::string normalize_path(const StringRef &path, const StringRef &query) { in normalize_path() function 1894 return normalize_path(balloc, path, query).str(); in normalize_path() 1908 return normalize_path(balloc, StringRef{std::begin(src), raw_query}, in rewrite_clean_path()
|
/third_party/boost/tools/build/src/engine/ |
D | pathnt.cpp | 217 static void normalize_path( string * path ) in normalize_path() function 248 normalize_path( buf ); in path_key()
|
/third_party/mbedtls/tests/scripts/ |
D | check_files.py | 64 def normalize_path(filepath): member in FileIssueTracker 84 re.match(self.path_exemptions, self.normalize_path(filepath)):
|
/third_party/libusb/libusb/os/ |
D | windows_winusb.c | 132 static char *normalize_path(const char *path) in normalize_path() function 301 *dev_interface_path = normalize_path(dev_interface_details->DevicePath); in get_interface_details() 373 *dev_interface_path = normalize_path(dev_interface_details->DevicePath); in get_interface_details_filter()
|