HomeSort by relevance Sort by last modified time
    Searched refs:url_name (Results 1 - 2 of 2) sorted by null

  /frameworks/av/libvideoeditor/osal/src/
M4OSA_FileCommon.c 255 pFileContext->url_name = (M4OSA_Char*) M4OSA_32bitAlignedMalloc(strlen((const char *)pUrl)+1,
257 if (M4OSA_NULL == pFileContext->url_name)
264 M4OSA_chrNCopy(pFileContext->url_name, pUrl, strlen((const char *)pUrl)+1);
271 free(pFileContext->url_name);
488 free(pFileContext->url_name);
489 pFileContext->url_name = M4OSA_NULL;
538 if(stat((char*)fileContext->url_name, &TheStat) != 0)
587 uiLength = strlen((const char *)pFileContext->url_name)+1;
589 /* Allocate the memory to store the url_name */
598 M4OSA_chrNCopy(*pUrl, pFileContext->url_name, uiLength)
    [all...]
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_FileCommon_priv.h 50 M4OSA_Char* url_name; member in struct:__anon15894

Completed in 485 milliseconds