Searched refs:sepath (Results 1 - 1 of 1) sorted by relevance

/system/extras/ext4_utils/
H A Dmake_ext4fs.c161 char *sepath = NULL; local
162 asprintf(&sepath, "/%s", dentries[i].path);
163 if (selabel_lookup(sehnd, &dentries[i].secon, sepath, stat.st_mode) < 0) {
164 error("cannot lookup security context for %s", sepath);
167 printf("Labeling %s as %s\n", sepath, dentries[i].secon);
168 free(sepath);
425 char *sepath = NULL; local
429 sepath = strdup(mountpoint);
431 asprintf(&sepath, "/%s", mountpoint);
432 if (!sepath)
[all...]

Completed in 38 milliseconds