Home
last modified time | relevance | path

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

/domains/advertising/oaid/utils/native/src/
H A Doaid_file_operator.cpp59 struct stat statbuf {}; in ClearFile() struct
60 if (lstat(fileName.c_str(), &statbuf) != 0) { in ClearFile()
64 if (S_ISREG(statbuf.st_mode)) { in ClearFile()

Completed in 1 milliseconds