Searched refs:nameRofsLen (Results 1 – 1 of 1) sorted by relevance
44 static void AllocDmName(const char *name, char *nameRofs, const uint64_t nameRofsLen, in AllocDmName() argument47 if (snprintf_s(nameRofs, nameRofsLen, nameRofsLen - 1, "%s_erofs", name) < 0) { in AllocDmName()