Searched refs:stat_data (Results 1 – 2 of 2) sorted by relevance
131 struct stat stat_data; in CreateDirIfNeeded() local133 if (stat(path.c_str(), &stat_data) != 0) { in CreateDirIfNeeded()142 if (!S_ISDIR(stat_data.st_mode)) { in CreateDirIfNeeded()
965 struct stat stat_data; in RestoreActivePackages() local966 if (stat(gConfig->active_apex_data_dir, &stat_data) != 0) { in RestoreActivePackages()987 if (chmod(gConfig->active_apex_data_dir, stat_data.st_mode & ALLPERMS) != 0) { in RestoreActivePackages()