Lines Matching refs:utf16_path
258 __le16 *utf16_path;
271 utf16_path = ctx->utf16_path;
275 memcpy((char *)utf16_path, (char *)ctx->ancestors[i]->name,
277 utf16_path += name_len;
278 memcpy((char *)utf16_path, &utf16_slash, sizeof(utf16_slash));
279 utf16_path++;
283 utf16_path--;
284 memcpy((char *)utf16_path, &utf16_null, sizeof(utf16_null));
285 utf16_path++;
287 in_size = (utf16_path - ctx->utf16_path) * sizeof(__le16);
288 return exfat_utf16_dec(ctx->utf16_path, in_size,