HomeSort by relevance Sort by last modified time
    Searched refs:MAX_NAME_LEN (Results 1 - 5 of 5) sorted by null

  /system/core/include/diskconfig/
diskconfig.h 28 #define MAX_NAME_LEN 512
  /system/core/libdiskconfig/
config_mbr.c 339 if (!(dev_name = malloc(MAX_NAME_LEN))) {
344 num = snprintf(dev_name, MAX_NAME_LEN, "%s%d", dinfo->device, num);
345 if (num >= MAX_NAME_LEN) {
  /system/extras/tests/fstest/
perm_checker.c 42 #define MAX_NAME_LEN 4096
103 char rule_text_buf[MAX_NAME_LEN + 2*MAX_UID_LEN + 2*MAX_GID_LEN + 9];
157 char spec[MAX_NAME_LEN + 5]; // Allows for "/..." suffix + terminator
361 char namebuf[MAX_NAME_LEN + 1];
362 char tmp[MAX_NAME_LEN + 1];
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.c 20 #define MAX_NAME_LEN 100
319 char name[MAX_NAME_LEN];
333 n = snprintf(name, MAX_NAME_LEN, "%s", type);
338 n += snprintf(name + n, MAX_NAME_LEN - n, "-%s", str);
1176 char name[MAX_NAME_LEN];
1194 snprintf(name, MAX_NAME_LEN, "%s OR %s", syms->symbol, syms->alias);
1196 strncpy(name, syms->symbol, MAX_NAME_LEN);
  /external/zlib/src/test/
minigzip.c 136 #define MAX_NAME_LEN 1024
461 local char outfile[MAX_NAME_LEN];
499 local char buf[MAX_NAME_LEN];

Completed in 286 milliseconds