Searched refs:BASE_PATH (Results 1 – 2 of 2) sorted by relevance
87 BASE_PATH = os.path.dirname(os.path.abspath(__file__)) variable89 os.path.join(BASE_PATH, 'v8_mock.js'),90 os.path.join(BASE_PATH, 'v8_suppressions.js'),92 ARCH_MOCKS = os.path.join(BASE_PATH, 'v8_mock_archs.js')184 options.first_d8 = os.path.join(BASE_PATH, options.first_d8)186 options.second_d8 = os.path.join(BASE_PATH, options.second_d8)
17 BASE_PATH = os.path.dirname(os.path.dirname(GCMOLE_PATH)) variable29 cwd=BASE_PATH,