Searched refs:label_str (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 689 char uuid_str[17], label_str[129], *cp; in probe_ntfs() local 750 label_str[0] = 0; in probe_ntfs() 769 if (val_len > sizeof(label_str)) in probe_ntfs() 770 val_len = sizeof(label_str)-1; in probe_ntfs() 772 for (i=0, cp=label_str; i < val_len; i+=2,cp++) { in probe_ntfs() 784 if (label_str[0]) in probe_ntfs() 785 blkid_set_tag(probe->dev, "LABEL", label_str, 0); in probe_ntfs()
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | hexagon_graph_execution_test.cc | 89 string label_str; in DumpTop10Results() local 90 TF_CHECK_OK(ReadFileToString(Env::Default(), label_filename, &label_str)); in DumpTop10Results() 91 std::vector<string> labels = str_util::Split(label_str, '\n'); in DumpTop10Results()
|
/external/minijail/ |
D | syscall_filter.c | 153 unsigned int get_label_id(struct bpf_labels *labels, const char *label_str) in get_label_id() argument 155 int label_id = bpf_label_id(labels, label_str); in get_label_id()
|