Home
last modified time | relevance | path

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

/third_party/node/test/wasi/c/
Dlink.c10 struct stat st_new; in main() local
14 assert(0 == stat(NEW, &st_new)); in main()
15 assert(st_old.st_ino == st_new.st_ino); in main()