Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dselinux.cpp530 struct stat stat_data; in CreateTmpfsDir() local
531 if (stat(kTmpfsDir.c_str(), &stat_data) != 0) { in CreateTmpfsDir()
539 if (!S_ISDIR(stat_data.st_mode)) { in CreateTmpfsDir()