Searched refs:match_offset (Results 1 – 1 of 1) sorted by relevance
81 int match_offset = 0; in IsDeviceMounted() local92 match_offset = 0; in IsDeviceMounted()95 if (match_offset < 0) { in IsDeviceMounted()98 if (device_name[match_offset] == '\0') { in IsDeviceMounted()103 match_offset = -1; in IsDeviceMounted()107 if (buffer[i] == device_name[match_offset]) { in IsDeviceMounted()108 ++match_offset; in IsDeviceMounted()110 match_offset = -1; in IsDeviceMounted()