DEVICES_PREFIX
if (strncmp(dev_path, DEVICES_PREFIX, 8) == 0)
if (strncmp(app, DEVICES_PREFIX, 8) == 0)
if (strncmp(ap_id, DEVICES_PREFIX, 8 /* strlen("/devices") */) == 0)
if (strncmp(target_path, DEVICES_PREFIX, 8) == 0)