Lines Matching refs:flags
40 unsigned int flags;
45 unsigned long flags;
67 BEGET_CHECK_RETURN_VALUE(flagBuffer != NULL && *flagBuffer != '\0', 0); // No valid flags.
69 unsigned int flags = 0;
76 flags |= fsFlags[i].flags;
81 return flags;
172 BEGET_LOGE("Failed to parse fs manager flags.");
378 unsigned long flags = 0;
383 flags = MOUNT_FLAGS[i].flags;
388 return flags;
454 unsigned long flags = 0;
457 // Why max count of mount flags is 15?
458 // There are lots for mount flags defined in sys/mount.h
467 // No flags or something wrong in SplitStringExt,just return.
474 flags |= ParseDefaultMountFlag(p);
485 if (i == flagCount - 1) { // last flags, do not need to append ','
491 break; // If cannot add ',' to the end of flags, there is not reason to continue.
497 return flags;