Home
last modified time | relevance | path

Searched refs:strLength (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/libdrm/mobile1/src/objmng/
Ddrm_file.c47 convertFilename(const uint16_t *strData, int32_t strLength, char *buffer);
63 convertFilename(const uint16_t *strData, int32_t strLength, char *buffer) in convertFilename() argument
67 if (strLength >= (MAXPATHLEN-1)) in convertFilename()
69 Trace("convertFilename '%.*S' too long", strLength, strData); in convertFilename()
73 for (idx = 0; idx < strLength; ++idx) in convertFilename()
77 return strLength; in convertFilename()
286 int32_t strLength = prefixLen - *iteration; in DRM_file_listNextEntry() local
313 for (idx = 0; idx < strLength; ++idx) in DRM_file_listNextEntry()