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

  /external/selinux/libsemanage/src/
semanage_conf.h 34 char *store_path; /* used for both socket path and policy dir */ member in struct:semanage_conf
conf-parse.y 341 conf->store_path = strdup(basename(selinux_policy_root()));
454 free(conf->store_path);
492 free(current_conf->store_path);
495 current_conf->store_path =
500 current_conf->store_path = strdup(arg);
506 current_conf->store_path = arg;
511 current_conf->store_path = arg;
handle.c 279 free(sh->conf->store_path);
280 sh->conf->store_path = strdup(storename);
281 assert(sh->conf->store_path); /* no way to return failure */
semanage_store.c 220 const char *store_path = sh->conf->store_path; local
221 size_t store_len = strlen(store_path);
240 store_path);
259 store_path);
415 sh->conf->store_path);
    [all...]
  /hardware/libhardware/include/hardware/
fingerprint.h 243 const char *store_path);
  /hardware/libhardware/modules/fingerprint/
fingerprint.c 61 uint32_t __unused gid, const char __unused *store_path) {
  /external/selinux/libsemanage/tests/
test_semanage_store.c 87 free(sh->conf->store_path);
88 sh->conf->store_path = strdup("store");

Completed in 491 milliseconds