Home
last modified time | relevance | path

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

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