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

  /frameworks/av/libvideoeditor/osal/src/
M4OSA_FileCommon.c 525 M4OSA_ERR M4OSA_fileCommonGetAttribute(M4OSA_Context pContext, M4OSA_FileAttribute* pAttribute)
533 "M4OSA_FileAttribute* 0x%x", pContext, pAttribute);
536 M4OSA_DEBUG_IF2(M4OSA_NULL == pAttribute, M4ERR_PARAMETER, "M4OSA_fileCommonGetAttribute");
544 pAttribute->creationDate.time = (M4OSA_Time)TheStat.st_ctime;
545 pAttribute->lastAccessDate.time = (M4OSA_Time)TheStat.st_atime;
546 pAttribute->modifiedDate.time = (M4OSA_Time)TheStat.st_mtime;
548 pAttribute->creationDate.timeScale = 1;
549 pAttribute->lastAccessDate.timeScale = 1;
550 pAttribute->modifiedDate.timeScale = 1;
552 pAttribute->creationDate.referenceYear = 1970
    [all...]
  /external/icu4c/common/
uloc_tag.c     [all...]

Completed in 538 milliseconds