Home
last modified time | relevance | path

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

/external/autotest/client/virt/
Dvirt_utils.py1563 stub_path = os.path.join(base_dir, "drivers/pci-stub")
1564 cmd = "echo '%s' > %s/unbind" % (full_id, stub_path)
1650 stub_path = os.path.join(base_dir, "drivers/pci-stub")
1651 if os.path.exists(os.path.join(stub_path, full_id)):
1694 stub_path = os.path.join(base_dir, "drivers/pci-stub")
1715 stub_new_id = os.path.join(stub_path, 'new_id')
1717 stub_bind = os.path.join(stub_path, 'bind')
/external/v8/test/cctest/
Dtest-heap-profiler.cc2404 const char* stub_path[] = { in TEST() local
2411 stub_path, arraysize(stub_path)); in TEST()