Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/v8windbg/test/
Dv8windbg-test.cc134 wchar_t this_module_path[MAX_PATH]; in RunTests() local
135 DWORD path_size = GetModuleFileName(module, this_module_path, MAX_PATH); in RunTests()
137 HRESULT hr = PathCchRemoveFileSpec(this_module_path, MAX_PATH); in RunTests()
151 hr = p_symbols->SetSymbolPathWide(this_module_path); in RunTests()
161 std::wstring(L"\"") + this_module_path + L"\\d8.exe\" \"" + in RunTests()
162 this_module_path + L"\\obj\\tools\\v8windbg\\v8windbg-test-script.js\""; in RunTests()
204 p_debug_control, this_module_path + std::wstring(L"\\v8windbg.dll")); in RunTests()