Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/
Dfuzz_one.py19 BASE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
20 APP_DIR = os.path.join(BASE_PATH, 'workdir', 'app_dir')
21 FUZZ_EXE = os.path.join(BASE_PATH, 'workdir', 'fuzzer', 'ochang_js_fuzzer')
22 INPUT_DIR = os.path.join(BASE_PATH, 'workdir', 'input')
23 TEST_CASES = os.path.join(BASE_PATH, 'workdir', 'output')
Dworkbench.py33 BASE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
34 TEST_CASES = os.path.join(BASE_PATH, 'workdir', 'output')
35 FUZZ_ONE = os.path.join(BASE_PATH, 'tools', 'fuzz_one.py')
36 RUN_ONE = os.path.join(BASE_PATH, 'tools', 'run_one.py')
38 os.chdir(BASE_PATH)
Dminimize.py21 BASE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
22 OUT_PATH = os.path.join(BASE_PATH, 'out.js')
24 BASE_PATH, 'workdir', 'output', 'failures.json')
Drun_one.py21 BASE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
22 FOOZZIE = os.path.join(BASE_PATH, 'workdir', 'app_dir', 'v8_foozzie.py')
23 TEST_CASES = os.path.join(BASE_PATH, 'workdir', 'output')
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_commands.py31 BASE_PATH = os.path.dirname(os.path.abspath(__file__)) variable
34 DEFAULT_MOCK = os.path.join(BASE_PATH, 'v8_mock.js')
37 JS_SUPPRESSIONS = os.path.join(BASE_PATH, 'v8_suppressions.js')
40 ARCH_MOCKS = os.path.join(BASE_PATH, 'v8_mock_archs.js')
41 WEBASSEMBLY_MOCKS = os.path.join(BASE_PATH, 'v8_mock_webassembly.js')
Dv8_foozzie.py95 BASE_PATH = os.path.dirname(os.path.abspath(__file__)) variable
96 SMOKE_TESTS = os.path.join(BASE_PATH, 'v8_smoke_tests.js')
229 d8 = os.path.join(BASE_PATH, d8)
/third_party/jerryscript/tools/
Dheaplimit_measure.py27 BASE_PATH = os.path.join(TOOLS_PATH, '..') variable
32 JERRY_BUILDER = os.path.join(BASE_PATH, 'tools', 'build.py')
33 JERRY_BIN = os.path.join(BASE_PATH, 'build', 'bin', 'jerry')
34 TEST_DIR = os.path.join(BASE_PATH, 'tests')
/third_party/node/deps/v8/tools/gcmole/
Drun-gcmole.py16 BASE_PATH = os.path.dirname(os.path.dirname(GCMOLE_PATH)) variable
28 cwd=BASE_PATH,