Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dclean.cc42 struct stat statbuf; in CleanPriorFiles() local
43 if (lstat(path.c_str(), &statbuf) < 0) { in CleanPriorFiles()
51 if ((statbuf.st_mode & S_IFMT) != S_IFDIR) { in CleanPriorFiles()
87 struct stat statbuf; in CleanPriorFiles() local
88 if (stat(path.c_str(), &statbuf) < 0) { in CleanPriorFiles()
94 bool is_directory = (statbuf.st_mode & S_IFMT) == S_IFDIR; in CleanPriorFiles()