Searched defs:myURI (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/
H A Ddata.cpp199 SLchar *myURI = (SLchar *) malloc(len + 1); local
200 if (NULL == myURI) {
203 memcpy(myURI, pDataLocator->mURI.URI, len + 1);
206 if ('\0' != myURI[len]) {
207 free(myURI);
208 myURI = NULL;
212 pDataLocator->mURI.URI = myURI;

Completed in 49 milliseconds