Lines Matching refs:path
580 SANE_Status sanei_usb_testing_enable_replay(SANE_String_Const path,
587 testing_xml_path = strdup(path);
614 SANE_Status sanei_usb_testing_enable_record(SANE_String_Const path, SANE_String_Const be_name)
618 testing_xml_path = strdup(path);
680 // transactions, because set_configuration is called in sanei_usb_open outside test path.
856 // slow path. The fast path utilizes the knowledge that there will be no spaces
857 // within bytes. When this assumption does not hold, we switch to the slow path.
1420 SANE_Status sanei_usb_testing_enable_replay(SANE_String_Const path,
1423 (void) path;
1430 SANE_Status sanei_usb_testing_enable_record(SANE_String_Const path, SANE_String_Const be_name)
1432 (void) path;
4768 // TODO: record in the error code path too