Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/tests/
Dgen_all.py13 from test import INPUT_DIR
25 input_dir_prefix_len = len(INPUT_DIR) + 1
26 for base, dirnames, filenames in os.walk(INPUT_DIR):
Dtest.py18 INPUT_DIR = os.path.join(SCRIPT_DIR, 'input') variable
61 input_path = os.path.join(INPUT_DIR, name)
/development/vndk/tools/definition-tool/tests/
Dtest_dex_file.py15 INPUT_DIR = os.path.join(SCRIPT_DIR, 'testdata', 'test_dex_file') variable
91 smali_file = os.path.join(INPUT_DIR, 'Hello.smali')
106 smali_file = os.path.join(INPUT_DIR, 'Hello.smali')
110 smali_file = os.path.join(INPUT_DIR, 'Example.smali')
Dtest_elfdump.py18 INPUT_DIR = os.path.join(SCRIPT_DIR, 'testdata', 'test_elfdump', 'input') variable
58 src_file = os.path.join(INPUT_DIR, 'main.c')
67 src_file = os.path.join(INPUT_DIR, 'test.c')