Home | History | Annotate | Download | only in libwebm

Lines Matching refs:name_length

2675     const size_t name_length = strlen(filename) + 1;
2676 char* const temp = new (std::nothrow) char[name_length]; // NOLINT
2681 strcpy_s(temp, name_length, filename);