Home
last modified time | relevance | path

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

/ndk/
Dndk-gdb.py320 def dump_var(args, variable, abi=None): function
356 app_abis = dump_var(args, "APP_ABI").split(" ")
358 app_abis = dump_var(args, "NDK_ALL_ABIS").split(" ")
534 stl = dump_var(args, "APP_STL")
592 out_dir = os.path.join(project, (dump_var(args, "TARGET_OUT", abi)))