Searched refs:normalize_path (Results 1 – 9 of 9) sorted by relevance
/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/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 | 1043 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()
|
D | http2.h | 404 StringRef normalize_path(BlockAllocator &balloc, const StringRef &path, 413 std::string normalize_path(const StringRef &path, const StringRef &query);
|
D | http2.cc | 1792 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/ |
D | check_files.py | 64 def normalize_path(filepath): member in FileIssueTracker 84 re.match(self.path_exemptions, self.normalize_path(filepath)):
|