Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/gn/
H A Dpkg-config_wrapper.py33 def get_shell_output(cmd): function
47 cflags = get_shell_output(argv + ["--cflags"])
51 for ldflag in get_shell_output(argv + ["--libs"]):