Searched refs:label (Results 1 - 25 of 44) sorted by last modified time

12

/system/vold/
H A DDirectVolume.cpp53 snprintf(mount, PATH_MAX, "%s/%s", Volume::MEDIA_DIR, rec->label);
55 snprintf(mount, PATH_MAX, "%s/%s", Volume::FUSE_DIR, rec->label);
459 strcpy(v->label, mLabel);
H A DVolume.cpp116 mLabel = strdup(rec->label);
647 * Use blkid to extract UUID and label from device, since it handles many
H A DVolumeManager.cpp171 int VolumeManager::formatVolume(const char *label, bool wipe) { argument
172 Volume *v = lookupVolume(label);
1272 int VolumeManager::mountVolume(const char *label) { argument
1273 Volume *v = lookupVolume(label);
1328 int VolumeManager::shareEnabled(const char *label, const char *method, bool *enabled) { argument
1329 Volume *v = lookupVolume(label);
1349 int VolumeManager::shareVolume(const char *label, const char *method) { argument
1350 Volume *v = lookupVolume(label);
1432 int VolumeManager::unshareVolume(const char *label, const char *method) { argument
1433 Volume *v = lookupVolume(label);
1478 vold_disableVol(const char *label) argument
1524 unmountVolume(const char *label, bool force, bool revert) argument
1608 lookupVolume(const char *label) argument
[all...]
H A DVolumeManager.h81 int mountVolume(const char *label);
82 int unmountVolume(const char *label, bool force, bool revert);
83 int shareVolume(const char *label, const char *method);
84 int unshareVolume(const char *label, const char *method);
86 int formatVolume(const char *label, bool wipe);
138 Volume *lookupVolume(const char *label);
163 int vold_disableVol(const char *label);
H A Dcryptfs.c1194 static int test_mount_encrypted_fs(char *passwd, char *mount_point, char *label) argument
1232 real_blkdev, crypto_blkdev, label)) {
1248 delete_crypto_blk_dev(label);
1301 int cryptfs_revert_volume(const char *label) argument
1303 return delete_crypto_blk_dev((char *)label);
1311 int cryptfs_setup_volume(const char *label, int major, int minor, argument
1335 crypto_blkdev, label);
1676 ret=vold_disableVol(vol_list[i].label);
1680 SLOGE("Failed to unmount volume %s\n", vol_list[i].label);
1802 vol_list[i].label);
[all...]
H A Dcryptfs.h128 char label[256]; member in struct:volume_info
147 int cryptfs_setup_volume(const char *label, int major, int minor,
150 int cryptfs_revert_volume(const char *label);
H A Dmain.cpp193 fstab->recs[i].blk_device, fstab->recs[i].label);
/system/netd/
H A DNetlinkHandler.cpp87 const char *label = evt->findParam("LABEL"); local
90 if (label == NULL) {
91 label = evt->findParam("INTERFACE");
94 notifyInterfaceClassActivity(label, !strcmp("active", state));
/system/extras/cpustats/
H A Dcpustats.c60 static void print_cpu_stats(char *label, struct cpu_info *new_cpu, struct cpu_info *old_cpu,
293 char label[8]; local
301 sprintf(label, "cpu%d", i);
302 print_cpu_stats(label, &new_cpus[i], &old_cpus[i], print_freq);
310 static void print_cpu_stats(char *label, struct cpu_info *new_cpu, struct cpu_info *old_cpu, argument
317 "%ld\n", label,
330 printf("%s,%ld,%ld,%ld,%ld,%ld,%ld,%ld", label,
/system/extras/ext4_utils/
H A Dext2simg.c94 printf(" Label: %s\n", info.label);
H A Dext4_utils.c182 generate_uuid("extandroid/make_ext4fs", info.label, sb->s_uuid);
184 strncpy(sb->s_volume_name, info.label, sizeof(sb->s_volume_name));
283 info.label = sb->s_volume_name;
H A Dext4_utils.h130 const char *label; member in struct:fs_info
H A Dext4fixup.c243 printf(" Label: %s\n", info.label);
H A Dmake_ext4fs.c63 #include <selinux/label.h>
512 if (info.label == NULL)
513 info.label = "";
540 printf(" Label: %s\n", info.label);
H A Dmake_ext4fs_main.c34 #include <selinux/label.h>
54 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ]\n");
100 info.label = optarg;
/system/core/adb/
H A Dadb.c229 void print_packet(const char *label, apacket *p) argument
247 label, tag, p->msg.arg0, p->msg.arg1, p->msg.data_length);
H A Dadb.h234 void print_packet(const char *label, apacket *p);
/system/core/debuggerd/
H A Dtombstone.c251 int scopeFlags, uintptr_t* sp, size_t words, int label) {
266 if (!i && label >= 0) {
269 label, *sp, stack_content, mi ? mi->name : "", symbol_name, offset);
272 label, *sp, stack_content, mi ? mi->name : "", symbol_name);
285 if (!i && label >= 0) {
287 label, *sp, stack_content, mi ? mi->name : "");
250 dump_stack_segment(const ptrace_context_t* context, log_t* log, pid_t tid, int scopeFlags, uintptr_t* sp, size_t words, int label) argument
/system/core/fs_mgr/
H A Dfs_mgr.c105 char *label; member in struct:fs_mgr_flag_values
183 * label, a colon and the partition number or the
195 flag_vals->label = strndup(label_start,
418 fstab->recs[cnt].label = flag_vals.label;
444 free(fstab->recs[i].label);
/system/core/fs_mgr/include/
H A Dfs_mgr.h43 char *label; member in struct:fstab_rec
/system/core/init/
H A Dbuiltins.c40 #include <selinux/label.h>
H A Ddevices.c34 #include <selinux/label.h>
H A Dinit.c36 #include <selinux/label.h>
H A Dproperty_service.c45 #include <selinux/label.h>
H A Dutil.c27 #include <selinux/label.h>

Completed in 501 milliseconds

12