OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:make_cmd
(Results
1 - 2
of
2
) sorted by null
/external/skia/infra/bots/flavor/
default_flavor.py
94
make_cmd
= ['python', 'make.py']
96
make_cmd
= ['make']
97
cmd =
make_cmd
+ [target]
/ndk/
ndk-gdb.py
211
args.
make_cmd
= find_program("make", [ndk_bin])
213
if args.
make_cmd
is None:
321
make_args = [args.
make_cmd
, "--no-print-dir", "-f",
Completed in 774 milliseconds