Home
last modified time | relevance | path

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

/external/yaffs2/yaffs2/
Dyportenv.h71 #define Y_TIME_CONVERT(x) (x).tv_sec macro
74 #define Y_TIME_CONVERT(x) (x) macro
Dyaffs_guts.c6127 obj->yst_atime = Y_TIME_CONVERT(attr->ia_atime); in yaffs_SetAttributes()
6129 obj->yst_ctime = Y_TIME_CONVERT(attr->ia_ctime); in yaffs_SetAttributes()
6131 obj->yst_mtime = Y_TIME_CONVERT(attr->ia_mtime); in yaffs_SetAttributes()
6152 Y_TIME_CONVERT(attr->ia_atime) = obj->yst_atime; in yaffs_GetAttributes()
6154 Y_TIME_CONVERT(attr->ia_ctime) = obj->yst_ctime; in yaffs_GetAttributes()
6156 Y_TIME_CONVERT(attr->ia_mtime) = obj->yst_mtime; in yaffs_GetAttributes()
/external/yaffs2/yaffs2/direct/
Dydirectenv.h74 #define Y_TIME_CONVERT(x) x macro