Searched refs:label (Results 1 - 25 of 40) sorted by relevance

12

/system/vold/
H A Dcryptfs.h68 char label[256]; member in struct:volume_info
82 int cryptfs_setup_volume(const char *label, int major, int minor,
85 int cryptfs_revert_volume(const char *label);
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);
136 Volume *lookupVolume(const char *label);
151 int vold_disableVol(const char *label);
H A Dmain.cpp173 char *type, *label, *mount_point, *mount_flags, *sysfs_path; local
186 if (!(label = strtok_r(NULL, delim, &save_ptr))) {
187 SLOGE("Error parsing label");
209 dv = new DirectVolume(vm, label, mount_point, -1);
211 dv = new DirectVolume(vm, label, mount_point, atoi(part));
221 label);
H A DDirectVolume.h45 DirectVolume(VolumeManager *vm, const char *label, const char *mount_point, int partIdx);
H A DVolume.h65 Volume(VolumeManager *vm, const char *label, const char *mount_point);
H A DVolumeManager.cpp170 int VolumeManager::formatVolume(const char *label) { argument
171 Volume *v = lookupVolume(label);
1092 int VolumeManager::mountVolume(const char *label) { argument
1093 Volume *v = lookupVolume(label);
1148 int VolumeManager::shareEnabled(const char *label, const char *method, bool *enabled) { argument
1149 Volume *v = lookupVolume(label);
1169 int VolumeManager::shareVolume(const char *label, const char *method) { argument
1170 Volume *v = lookupVolume(label);
1247 int VolumeManager::unshareVolume(const char *label, const char *method) { argument
1248 Volume *v = lookupVolume(label);
1293 vold_disableVol(const char *label) argument
1339 unmountVolume(const char *label, bool force, bool revert) argument
1423 lookupVolume(const char *label) argument
[all...]
H A Dcryptfs.c760 static int test_mount_encrypted_fs(char *passwd, char *mount_point, char *label) argument
794 real_blkdev, crypto_blkdev, label)) {
810 delete_crypto_blk_dev(label);
851 int cryptfs_revert_volume(const char *label) argument
853 return delete_crypto_blk_dev((char *)label);
861 int cryptfs_setup_volume(const char *label, int major, int minor, argument
887 crypto_blkdev, label);
1201 ret=vold_disableVol(vol_list[i].label);
1205 SLOGE("Failed to unmount volume %s\n", vol_list[i].label);
1305 vol_list[i].label);
[all...]
H A DDirectVolume.cpp36 DirectVolume::DirectVolume(VolumeManager *vm, const char *label, argument
38 Volume(vm, label, mount_point) {
445 strcpy(v->label, mLabel);
/system/extras/ext4_utils/
H A Dmake_ext4fs.h29 #include <selinux/label.h>
H A Dmake_ext4fs_main.c44 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ]\n");
90 info.label = optarg;
H A Dmake_ext4fs.c361 if (info.label == NULL)
362 info.label = "";
387 printf(" Label: %s\n", info.label);
H A Dext4_utils.h120 const char *label; member in struct:fs_info
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.h79 virtual void label(const char* theLabel);
80 virtual void B(int cc, const char* label);
81 virtual void BL(int cc, const char* label);
83 virtual uint32_t* pcForLabel(const char* label);
143 inline branch_target_t() : label(0), pc(0) { }
145 : label(l), pc(p) { }
146 const char* label; member in struct:android::ARMAssembler::branch_target_t
H A DARMAssemblerProxy.h69 virtual void label(const char* theLabel);
70 virtual void B(int cc, const char* label);
71 virtual void BL(int cc, const char* label);
73 uint32_t* pcForLabel(const char* label);
H A DARMAssembler.cpp89 ssize_t label = mLabelsInverseMapping.indexOfKey(i); local
90 if (label >= 0) {
91 printf("%s:\n", mLabelsInverseMapping.valueAt(label));
108 void ARMAssembler::label(const char* theLabel) function in class:android::ARMAssembler
114 void ARMAssembler::B(int cc, const char* label) argument
116 mBranchTargets.add(branch_target_t(label, mPC));
120 void ARMAssembler::BL(int cc, const char* label) argument
122 mBranchTargets.add(branch_target_t(label, mPC));
168 uint32_t* target_pc = mLabels.valueFor(bt.label);
199 uint32_t* ARMAssembler::pcForLabel(const char* label) argument
[all...]
H A DARMAssemblerProxy.cpp107 void ARMAssemblerProxy::label(const char* theLabel) { function in class:android::ARMAssemblerProxy
108 mTarget->label(theLabel);
110 void ARMAssemblerProxy::B(int cc, const char* label) { argument
111 mTarget->B(cc, label);
113 void ARMAssemblerProxy::BL(int cc, const char* label) { argument
114 mTarget->BL(cc, label);
117 uint32_t* ARMAssemblerProxy::pcForLabel(const char* label) { argument
118 return mTarget->pcForLabel(label);
H A DARMAssemblerInterface.h137 virtual void label(const char* theLabel) = 0;
138 virtual void B(int cc, const char* label) = 0;
139 virtual void BL(int cc, const char* label) = 0;
142 virtual uint32_t* pcForLabel(const char* label) = 0;
/system/core/toolbox/
H A Dgetevent.c35 static const char *get_label(const struct label *labels, int value)
79 const char* label; local
82 struct label* bit_labels;
103 label = "KEY";
107 label = "REL";
111 label = "ABS";
115 label = "MSC";
120 label = "LED";
125 label = "SND";
130 label
[all...]
H A Dnetstat.c91 static void ipv4(const char *filename, const char *label) { argument
111 label, txq, rxq, lip, rip,
118 static void ipv6(const char *filename, const char *label) { argument
139 label, txq, rxq, lip, rip,
H A Dgetevent.h3 struct label { struct
11 static struct label input_prop_labels[] = {
19 static struct label ev_labels[] = {
35 static struct label syn_labels[] = {
43 static struct label key_labels[] = {
543 static struct label rel_labels[] = {
557 static struct label abs_labels[] = {
600 static struct label sw_labels[] = {
618 static struct label msc_labels[] = {
627 static struct label led_label
[all...]
H A Drestorecon.c9 #include <selinux/label.h>
44 fprintf(stderr, "Could not label %s with %s: %s\n",
/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/core/debuggerd/
H A Dtombstone.c206 bool only_in_tombstone, uintptr_t* sp, size_t words, int label) {
221 if (!i && label >= 0) {
224 label, *sp, stack_content, mi ? mi->name : "", symbol_name, offset);
227 label, *sp, stack_content, mi ? mi->name : "", symbol_name);
240 if (!i && label >= 0) {
242 label, *sp, stack_content, mi ? mi->name : "");
205 dump_stack_segment(const ptrace_context_t* context, log_t* log, pid_t tid, bool only_in_tombstone, uintptr_t* sp, size_t words, int label) argument
/system/core/libcutils/
H A Dtzstrftime.c158 label:
237 goto label;
244 goto label;
/system/core/logcat/
H A Dlogcat.cpp60 char label; member in struct:log_device_t
68 label = l;
181 binaryMsgBuf[0] = dev->label;

Completed in 250 milliseconds

12