Home
last modified time | relevance | path

Searched refs:uvwasi__timespec_to_timestamp (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/uvwasi/src/
H A Duv_mapping.c196 uvwasi_timestamp_t uvwasi__timespec_to_timestamp(const uv_timespec_t* ts) { in uvwasi__timespec_to_timestamp() function
244 fs->st_atim = uvwasi__timespec_to_timestamp(&stat->st_atim); in uvwasi__stat_to_filestat()
245 fs->st_mtim = uvwasi__timespec_to_timestamp(&stat->st_mtim); in uvwasi__stat_to_filestat()
246 fs->st_ctim = uvwasi__timespec_to_timestamp(&stat->st_ctim); in uvwasi__stat_to_filestat()
H A Duv_mapping.h11 uvwasi_timestamp_t uvwasi__timespec_to_timestamp(const uv_timespec_t* ts);

Completed in 2 milliseconds