Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_utils.h88 struct stat stat_data; in CreateDirIfNeeded() local
90 if (stat(path.c_str(), &stat_data) != 0) { in CreateDirIfNeeded()
99 if (!S_ISDIR(stat_data.st_mode)) { in CreateDirIfNeeded()
Dapexd.cpp1072 struct stat stat_data; in RestoreActivePackages() local
1073 if (stat(gConfig->active_apex_data_dir, &stat_data) != 0) { in RestoreActivePackages()
1094 if (chmod(gConfig->active_apex_data_dir, stat_data.st_mode & ALLPERMS) != 0) { in RestoreActivePackages()
/system/core/init/
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()