Home
last modified time | relevance | path

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

/third_party/curl/tests/
Dpathhelp.pm129 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/
Dresources.py42 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.py25 def normalize_path(path): function
/third_party/boost/libs/test/test/framework-ts/
Dlogger-for-tests.hpp38 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/
Dauthkey.c134 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/
Dmake_cmake.py39 newpath = normalize_path(os.path.relpath(abspath, cmake_dirname))
67 folder = normalize_path(folder).replace('/', '\\\\\\\\')
195 cmake_path = normalize_path(os.path.abspath(input))
Dfile_util.py197 def normalize_path(path): function
/third_party/nghttp2/src/
Dhttp2_test.cc880 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()
Dhttp2.h410 StringRef normalize_path(BlockAllocator &balloc, const StringRef &path,
419 std::string normalize_path(const StringRef &path, const StringRef &query);
Dhttp2.cc1797 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/
Dpathnt.cpp217 static void normalize_path( string * path ) in normalize_path() function
248 normalize_path( buf ); in path_key()
/third_party/mbedtls/tests/scripts/
Dcheck_files.py64 def normalize_path(filepath): member in FileIssueTracker
84 re.match(self.path_exemptions, self.normalize_path(filepath)):
/third_party/libusb/libusb/os/
Dwindows_winusb.c132 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()