Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/bltin/
A Dzircon.c145 struct stat statbuf; in file_exists() local
146 return stat(filename, &statbuf) == 0; in file_exists()
151 struct stat statbuf; in verify_file() local
153 if (stat(filename, &statbuf) != 0) { in verify_file()
159 if (!is_mv && S_ISDIR(statbuf.st_mode)) { in verify_file()
303 struct stat statbuf; in zxc_mv_or_cp() local
305 if (stat(dest_name, &statbuf) == 0) { in zxc_mv_or_cp()
307 if (S_ISDIR(statbuf.st_mode)) { in zxc_mv_or_cp()

Completed in 3 milliseconds