Home
last modified time | relevance | path

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

/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/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.cc1043 http2::normalize_path( in test_http2_normalize_path()
1047 http2::normalize_path(StringRef::from_lit("/a%6c%70%68%61"), in test_http2_normalize_path()
1052 http2::normalize_path(StringRef::from_lit("/alpha%2f%3a"), StringRef{})); in test_http2_normalize_path()
1055 http2::normalize_path(StringRef::from_lit("%2f"), StringRef{})); in test_http2_normalize_path()
1058 http2::normalize_path(StringRef::from_lit("%f"), StringRef{})); in test_http2_normalize_path()
1061 http2::normalize_path(StringRef::from_lit("%"), StringRef{})); in test_http2_normalize_path()
1063 CU_ASSERT("/" == http2::normalize_path(StringRef{}, StringRef{})); in test_http2_normalize_path()
1066 http2::normalize_path(StringRef::from_lit("/alpha"), in test_http2_normalize_path()
Dhttp2.h404 StringRef normalize_path(BlockAllocator &balloc, const StringRef &path,
413 std::string normalize_path(const StringRef &path, const StringRef &query);
Dhttp2.cc1792 StringRef normalize_path(BlockAllocator &balloc, const StringRef &path, in normalize_path() function
1886 std::string normalize_path(const StringRef &path, const StringRef &query) { in normalize_path() function
1889 return normalize_path(balloc, path, query).str(); in normalize_path()
1903 return normalize_path(balloc, StringRef{std::begin(src), raw_query}, in rewrite_clean_path()
/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)):