Home
last modified time | relevance | path

Searched refs:path_and_namespace (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/
Dcompiler.py183 def split_path_and_namespace(path_and_namespace): argument
184 if ':' not in path_and_namespace:
186 'the form path:namespace' % path_and_namespace)
187 return path_and_namespace.split(':', 1)
Dpreview.py330 def split_path_and_namespace(path_and_namespace): argument
331 if ':' not in path_and_namespace:
333 'the form path:namespace' % path_and_namespace)
334 return path_and_namespace.split(':', 1)