Searched refs:label (Results 26 - 47 of 47) sorted by relevance

12

/system/extras/ext4_utils/
H A Dmake_ext4fs.c366 if (info.label == NULL)
367 info.label = "";
392 printf(" Label: %s\n", info.label);
H A Dext4_utils.h120 const char *label; member in struct:fs_info
H A Dext2simg.c95 printf(" Label: %s\n", info.label);
H A Dext4fixup.c244 printf(" Label: %s\n", info.label);
/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.h145 virtual void label(const char* theLabel) = 0;
146 virtual void B(int cc, const char* label) = 0;
147 virtual void BL(int cc, const char* label) = 0;
150 virtual uint32_t* pcForLabel(const char* label) = 0;
H A DGGLAssembler.cpp201 label("fragment_loop");
326 label("epilog");
331 label("discard_before_textures");
334 label("discard_after_textures");
/system/core/libcutils/
H A Dtzstrftime.c158 label:
237 goto label;
244 goto label;
H A Dtztime.c1829 goto label;
1834 label:
/system/core/logcat/
H A Dlogcat.cpp60 char label; member in struct:log_device_t
68 label = l;
181 binaryMsgBuf[0] = dev->label;
/system/core/toolbox/grep/
H A Dgrep.c73 /* 6*/ "\t[--context[=num]] [--directories=action] [--label] [--line-buffered]\n",
120 char *label; /* --label */ variable
178 {"label", required_argument, NULL, LABEL_OPT},
606 label = optarg;
H A Dutil.c199 fn = label != NULL ? label : getstr(1);
/system/vold/
H A DVolume.cpp115 Volume::Volume(VolumeManager *vm, const char *label, const char *mount_point) { argument
118 mLabel = strdup(label);
/system/core/adb/
H A Dadb.h237 void print_packet(const char *label, apacket *p);
H A Dadb.c226 void print_packet(const char *label, apacket *p) argument
244 label, tag, p->msg.arg0, p->msg.arg1, p->msg.data_length);
/system/core/libcutils/arch-x86/
H A Dsse2-memset32-atom.S21 # define L(label) .L##label
H A Dsse2-memset16-atom.S21 # define L(label) .L##label
/system/core/init/
H A Dutil.c27 #include <selinux/label.h>
H A Dproperty_service.c45 #include <selinux/label.h>
H A Dbuiltins.c40 #include <selinux/label.h>
H A Ddevices.c35 #include <selinux/label.h>
H A Dinit.c38 #include <selinux/label.h>
/system/core/toolbox/
H A Dnewfs_msdos.c141 u_int8_t label[11]; /* volume label */ member in struct:bsx
302 errx(1, "%s: bad volume label", optarg);
679 mklabel(bsx->label, opt_L ? opt_L : "NO NAME");
1014 * Check a volume label.
1030 * Make a volume label.
1067 "\t-L volume label\n"

Completed in 84 milliseconds

12