Lines Matching defs:mode
135 mode_t mode = mode_t(~S_IFMT);
136 if (!Base::CheckDirectoryOrPath(context->localPath.c_str(), true, true, errStr, mode) && (mode & S_IFDIR)) {
204 auto mode = ctxNow.dirMode.back();
206 mode.fullName.c_str(), mode.perm, mode.uId, mode.gId, mode.context.c_str());
207 string s = SerialStruct::SerializeToString(mode);
228 WRITE_LOG(LOG_DEBUG, "dir mode create parent dir from linux system");
231 WRITE_LOG(LOG_DEBUG, "dir mode create parent dir from windows system");