Home
last modified time | relevance | path

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

/frameworks/av/libvideoeditor/osal/src/
DM4OSA_FileCommon.c255 pFileContext->url_name = (M4OSA_Char*) M4OSA_32bitAlignedMalloc(strlen((const char *)pUrl)+1, in M4OSA_fileCommonOpen()
257 if (M4OSA_NULL == pFileContext->url_name) in M4OSA_fileCommonOpen()
264 M4OSA_chrNCopy(pFileContext->url_name, pUrl, strlen((const char *)pUrl)+1); in M4OSA_fileCommonOpen()
271 free(pFileContext->url_name); in M4OSA_fileCommonOpen()
488 free(pFileContext->url_name); in M4OSA_fileCommonClose()
489 pFileContext->url_name = M4OSA_NULL; in M4OSA_fileCommonClose()
538 if(stat((char*)fileContext->url_name, &TheStat) != 0) in M4OSA_fileCommonGetAttribute()
587 uiLength = strlen((const char *)pFileContext->url_name)+1; in M4OSA_fileCommonGetURL()
598 M4OSA_chrNCopy(*pUrl, pFileContext->url_name, uiLength); in M4OSA_fileCommonGetURL()
/frameworks/av/libvideoeditor/osal/inc/
DM4OSA_FileCommon_priv.h50 M4OSA_Char* url_name; member