Home
last modified time | relevance | path

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

/external/perfetto/tools/
Dgen_android_bp165 builtin_deps = { variable
359 if label_without_toolchain(dep_name) in builtin_deps:
360 builtin_deps[label_without_toolchain(dep_name)](module)
627 if label_without_toolchain(target_name) in builtin_deps:
Dgen_build111 builtin_deps = { variable
412 if label_without_toolchain(target_name) in builtin_deps:
448 if dep_name_no_toolchain in builtin_deps:
449 builtin_deps[dep_name_no_toolchain](target)