HomeSort by relevance Sort by last modified time
    Searched full:recs (Results 1 - 25 of 37) sorted by null

1 2

  /system/core/fs_mgr/
fs_mgr.c 298 * the mountpoint of the one given by fstab->recs[start_idx].
323 i < fstab->num_entries && !strcmp(fstab->recs[start_idx].mount_point, fstab->recs[i].mount_point);
332 fstab->recs[i].mount_point, i, fstab->recs[i].fs_type, fstab->recs[*attempted_idx].fs_type);
336 if (fstab->recs[i].fs_mgr_flags & MF_CHECK) {
337 check_fs(fstab->recs[i].blk_device, fstab->recs[i].fs_type,
338 fstab->recs[i].mount_point)
    [all...]
fs_mgr_fstab.c 291 fstab->recs = calloc(fstab->num_entries, sizeof(struct fstab_rec));
324 fstab->recs[cnt].blk_device = strdup(p);
330 fstab->recs[cnt].mount_point = strdup(p);
336 fstab->recs[cnt].fs_type = strdup(p);
343 fstab->recs[cnt].flags = parse_flags(p, mount_flags, NULL,
348 fstab->recs[cnt].fs_options = strdup(tmp_fs_options);
350 fstab->recs[cnt].fs_options = NULL;
357 fstab->recs[cnt].fs_mgr_flags = parse_flags(p, fs_mgr_flags,
359 fstab->recs[cnt].key_loc = flag_vals.key_loc;
360 fstab->recs[cnt].verity_loc = flag_vals.verity_loc
    [all...]
fs_mgr_slotselect.c 48 if (strcmp(fstab->recs[n].mount_point, "/misc") == 0) {
49 misc_fd = open(fstab->recs[n].blk_device, O_RDONLY);
52 fstab->recs[n].blk_device,
118 if (fstab->recs[n].fs_mgr_flags & MF_SLOTSELECT) {
130 if (asprintf(&tmp, "%s%s", fstab->recs[n].blk_device,
132 free(fstab->recs[n].blk_device);
133 fstab->recs[n].blk_device = tmp;
fs_mgr_verity.cpp 767 if (!fs_mgr_is_verified(&fstab->recs[i])) {
771 rc = load_verity_state(&fstab->recs[i], &current);
836 if (!fs_mgr_is_verified(&fstab->recs[i])) {
840 if (system_root && !strcmp(fstab->recs[i].mount_point, "/")) {
843 mount_point = basename(fstab->recs[i].mount_point);
857 callback(&fstab->recs[i], mount_point, mode, *status);
  /system/vold/
TrimTask.cpp 74 if (!strcmp(fstab->recs[i].fs_type, "emmc") ||
75 !strcmp(fstab->recs[i].fs_type, "mtd")) {
79 if (fstab->recs[i].flags & MS_RDONLY) {
82 if (fs_mgr_is_voldmanaged(&fstab->recs[i])) {
85 if (fs_mgr_is_notrim(&fstab->recs[i])) {
92 if (prev_rec && !strcmp(prev_rec->mount_point, fstab->recs[i].mount_point)) {
96 mPaths.push_back(fstab->recs[i].mount_point);
97 prev_rec = &fstab->recs[i];
main.cpp 221 if (fs_mgr_is_voldmanaged(&fstab->recs[i])) {
222 if (fs_mgr_is_nonremovable(&fstab->recs[i])) {
227 std::string sysPattern(fstab->recs[i].blk_device);
228 std::string nickname(fstab->recs[i].label);
231 if (fs_mgr_is_encryptable(&fstab->recs[i])) {
235 if (fs_mgr_is_noemulatedsd(&fstab->recs[i])
  /external/selinux/sepolgen/src/sepolgen/
audit.py 91 def from_split_string(self, recs):
98 for msg in recs:
127 def from_split_string(self, recs):
128 AuditMessage.from_split_string(self, recs)
130 for msg in recs:
183 def __parse_access(self, recs, start):
186 # the string on spaces. This function takes the list of recs and a starting
192 if i == (len(recs) - 1):
194 while i < len(recs):
195 if recs[i] == "}"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
audit.py 91 def from_split_string(self, recs):
98 for msg in recs:
127 def from_split_string(self, recs):
128 AuditMessage.from_split_string(self, recs)
130 for msg in recs:
183 def __parse_access(self, recs, start):
186 # the string on spaces. This function takes the list of recs and a starting
192 if i == (len(recs) - 1):
194 while i < len(recs):
195 if recs[i] == "}"
    [all...]
  /system/core/adb/
set_verity_enable_state_service.cpp 124 if(fs_mgr_is_verified(&fstab->recs[i])) {
125 if (!set_verity_enabled_state(fd, fstab->recs[i].blk_device,
126 fstab->recs[i].mount_point,
  /external/skia/tests/
SkColor4fTest.cpp 38 } recs[] = { local
48 for (const auto& r : recs) {
141 } recs[] = { local
151 for (const auto& rec : recs) {
176 } recs[] = { local
194 for (const auto& rec : recs) {
  /system/extras/tests/fstest/
recovery_test.cpp 202 if (!strcmp(fstab->recs[i].mount_point, "/cache")) {
203 strcpy(blk_path_, fstab->recs[i].blk_device);
204 if (!strcmp(fstab->recs[i].fs_type, "ext4")) {
207 } else if (!strcmp(fstab->recs[i].fs_type, "f2fs")) {
  /external/valgrind/callgrind/
context.c 173 int size, recs; local
181 recs = top_fn->separate_recursions;
182 if (recs<1) recs=1;
209 CLG_(stat).context_counter += recs;
clo.c 458 else if VG_INT_CLO(arg, "--separate-recs", CLG_(clo).separate_recursions) {}
504 else if VG_STREQN(15, arg, "--separate-recs") {
591 " --separate-recs=<n> Separate function recursions up to level [2]\n"
592 " --separate-recs<n>=<f> Separate <n> recursions for function <f>\n"
  /external/selinux/sepolgen/tests/
test_audit.py 91 recs = audit1.split()
92 avc.from_split_string(recs)
115 recs = audit2.split()
116 avc.from_split_string(recs)
139 recs = path1.split()
140 path.from_split_string(recs)
  /frameworks/base/core/java/com/android/internal/alsa/
AlsaCardsParser.java 238 static public boolean hasCardNumber(ArrayList<AlsaCardRecord> recs, int cardNum) {
239 for (AlsaCardRecord cardRec : recs) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 390 private int loadSensorLog(ArrayList<AttitudeRec> recs) {
391 //ArrayList<AttitudeRec> recs = new ArrayList<AttitudeRec>();
409 recs.clear();
424 recs.add(new AttitudeRec(Long.parseLong(items[0])/1e9-t0, rpy));
443 return recs.size();
510 private int loadAttitudeRecs(File file, ArrayList<AttitudeRec> recs) {
523 recs.clear();
532 recs.add(new AttitudeRec(time, rpy));
551 return recs.size();
556 private void dumpAttitudeRecs(File file, ArrayList<AttitudeRec> recs) {
    [all...]
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 139 Rec* recs = fRecs; local
140 recs->fPos = 0;
141 // recs->fScale = 0; // unused;
142 recs += 1;
167 recs->fPos = SkScalarToFixed(curr);
170 recs->fScale = (1 << 24) / diff;
172 recs->fScale = 0; // ignore this segment
176 recs += 1;
185 recs->fPos = p;
186 recs->fScale = scale
    [all...]
  /system/core/fs_mgr/include/
fs_mgr.h 57 struct fstab_rec *recs; member in struct:fstab
  /external/tcpdump/
print-cnfp.c 188 ND_PRINT((ndo, "%2u recs", nrecs));
279 ND_PRINT((ndo, "%2u recs", nrecs));
376 ND_PRINT((ndo, "%2u recs", nrecs));
  /bootable/recovery/
roots.cpp 62 Volume* v = &fstab->recs[i];
286 Volume* v = fstab->recs + i;
  /toolchain/binutils/binutils-2.25/include/vms/
lbr.h 248 unsigned char recs; member in struct:vms_datadef
  /external/valgrind/callgrind/docs/
cl-manual.xml 487 <option><xref linkend="opt.separate-recs-num"/>=function</option>.
489 <option><xref linkend="opt.separate-recs"/>=10</option>, but this will
    [all...]
  /external/selinux/policycoreutils/sepolicy/
sepolicy.py 264 for t, recs in portdict[p]:
268 port_strings.append("%s (%s) %s" % (", ".join(recs), t, boolean_text))
270 port_strings.append("%s (%s)" % (", ".join(recs), t))
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 185 final List<VolumeRecord> recs = mStorageManager.getVolumeRecords(); local
186 for (VolumeRecord rec : recs) {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageSettings.java 186 final List<VolumeRecord> recs = mStorageManager.getVolumeRecords(); local
187 for (VolumeRecord rec : recs) {

Completed in 7690 milliseconds

1 2