Home
last modified time | relevance | path

Searched refs:src_file (Results 1 – 3 of 3) 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]
/development/vndk/tools/header-checker/utils/
Dutils.py96 with open(lib_path, 'rb') as src_file:
98 shutil.copyfileobj(src_file, dst_file)