Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/tests/
Dtest_elfdump.py58 src_file = os.path.join(INPUT_DIR, 'main.c')
60 target.compile(obj_file, src_file, [])
67 src_file = os.path.join(INPUT_DIR, 'test.c')
69 target.compile(obj_file, src_file, [])
Dndk_toolchain.py99 def compile(self, obj_file, src_file, cflags): argument
102 cmd = [clang, '-o', obj_file, '-c', src_file]