Searched refs:scan_dir (Results 1 – 1 of 1) sorted by relevance
323 std::string scan_dir; in get_scan_type() local332 scan_dir = device_dir; in get_scan_type()333 scan_dir += "/scan_elements"; in get_scan_type()334 const int err = sysfs_opendir(scan_dir, &dp); in get_scan_type()340 filename = scan_dir; in get_scan_type()359 std::string scan_dir; in scan_elements() local367 scan_dir = device_dir; in scan_elements()368 scan_dir += "/scan_elements"; in scan_elements()369 ret = sysfs_opendir(scan_dir, &dp); in scan_elements()373 filename = scan_dir; in scan_elements()[all …]