HomeSort by relevance Sort by last modified time
    Searched full:polpath (Results 1 - 1 of 1) sorted by null

  /external/selinux/libsemanage/tests/
test_semanage_store.c 48 const char *polpath = "./test-policy/store/"; variable
66 err = mkdir(polpath, S_IRUSR | S_IWUSR | S_IXUSR);
114 err = rmdir(polpath);
167 err = chmod(polpath, 0);
174 err = chmod(polpath, S_IRUSR | S_IXUSR);
185 err = chmod(polpath, S_IRUSR | S_IWUSR | S_IXUSR);
196 err = chmod(polpath, S_IRUSR | S_IXUSR);
207 err = chmod(polpath, S_IRUSR | S_IWUSR | S_IXUSR);
224 err = chmod(polpath, 0);
231 err = chmod(polpath, S_IRUSR | S_IXUSR)
    [all...]

Completed in 546 milliseconds