Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc720 struct stat statbuf; in CleanPriorFiles() local
721 if (lstat(path.c_str(), &statbuf) < 0) { in CleanPriorFiles()
730 if ((statbuf.st_mode & S_IFMT) != S_IFDIR) { in CleanPriorFiles()
769 struct stat statbuf; in CleanPriorFiles() local
770 if (stat(path.c_str(), &statbuf) < 0 && errno != ENOENT) { in CleanPriorFiles()
776 bool is_directory = (statbuf.st_mode & S_IFMT) == S_IFDIR; in CleanPriorFiles()