Searched refs:path_sep (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/ |
D | zipimport.py | 30 path_sep = _bootstrap_external.path_sep variable 71 path = path.replace(alt_path_sep, path_sep) 102 self.prefix += path_sep 207 pathname = pathname.replace(alt_path_sep, path_sep) 210 if pathname.startswith(self.archive + path_sep): 211 key = pathname[len(self.archive + path_sep):] 350 (path_sep + '__init__.pyc', True, True), 351 (path_sep + '__init__.py', False, True), 366 dirpath = path + path_sep 512 name = name.replace('/', path_sep) [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/ |
D | gstrtmp2locationhandler.c | 137 const gchar *scheme_sep, *path_sep, *stream_sep, *host, *userinfo; in uri_handler_set_uri() local 152 path_sep = strchr (scheme_sep + 3, '/'); in uri_handler_set_uri() 153 if (!path_sep) { in uri_handler_set_uri() 159 stream_sep = strrchr (path_sep + 1, '/'); in uri_handler_set_uri() 167 gchar *string_without_path = g_strndup (string, path_sep - string); in uri_handler_set_uri() 200 const gchar *path = path_sep + 1, *stream = stream_sep + 1; in uri_handler_set_uri()
|
/third_party/boost/boost/test/utils/runtime/cla/ |
D | parser.hpp | 160 cstring path_sep( "\\/" ); in parse() local 163 path_sep.begin(), path_sep.end() ); in parse()
|
/third_party/python/Lib/importlib/ |
D | _bootstrap_external.py | 47 path_sep = path_separators[0] variable 107 path = [path_sep + tail] 122 return root + path_sep 123 return root + path_sep.join(path) 128 return path_sep.join([part.rstrip(path_separators) 467 if head.startswith(stripped_path + path_sep):
|
/third_party/boost/boost/test/impl/ |
D | debug.ipp | 316 str_t path_sep( "\\/" ); 319 path_sep.begin(), path_sep.end() );
|
D | junit_log_formatter.ipp | 80 const_string path_sep( "\\/" ); 82 path_sep.begin(), path_sep.end() );
|