Lines Matching refs:tmp
140 unsigned long tmp = flags;
142 if ((flagsInfos[i].flags & tmp) == 0) {
145 tmp &= ~(flagsInfos[i].flags);
176 const MountArgTemplate *tmp = GetMountArgTemplate(pathNode->category);
177 if (tmp == NULL) {
180 APPSPAPWN_DUMP(" sandbox node category: %{public}u(%{public}s)", tmp->category, tmp->name);
181 DumpMountFlags(" sandbox node mountFlags: ", tmp->mountFlags);
183 tmp->mountSharedFlag == MS_SLAVE ? "MS_SLAVE" : "MS_SHARED");
184 APPSPAPWN_DUMP(" sandbox node options: %{public}s", tmp->options ? tmp->options : "null");
185 APPSPAPWN_DUMP(" sandbox node fsType: %{public}s", tmp->fsType ? tmp->fsType : "null");