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

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

Completed in 63 milliseconds