Searched refs:realDevicePath (Results 1 – 1 of 1) sorted by relevance
56 realDevicePath = fs::path(tmpDir) / "devices/3-0068"; in setupDeviceSysfs()58 fs::create_directories(realDevicePath); in setupDeviceSysfs()59 fs::create_directories(realDevicePath / "driver"); in setupDeviceSysfs()62 fs::create_directory_symlink(realDevicePath, devPath); in setupDeviceSysfs()72 fs::path realDevicePath; member in TestUpdater