Home
last modified time | relevance | path

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

/external/libchrome/libchrome_tools/patch/
Dmojom_disable_trace_and_mem_dump.patch268 + tree = _UnpickleAST(_FindPicklePath(rel_filename, args.gen_directories +
277 +def _FindPicklePath(rel_filename, search_dirs):
/external/libchrome/mojo/public/tools/bindings/
Dmojom_bindings_generator.py177 tree = _UnpickleAST(_FindPicklePath(rel_filename, args.gen_directories +
260 def _FindPicklePath(rel_filename, search_dirs): function