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

  /external/selinux/libsemanage/tests/
test_semanage_store.c 49 const char *readlockpath = "./test-policy/store/semanage.read.LOCK"; variable
160 err = mknod(readlockpath, S_IRUSR | S_IWUSR, S_IFREG);
165 err = chmod(readlockpath, 0);
176 err = chmod(readlockpath, S_IRUSR);
187 err = chmod(readlockpath, S_IRUSR | S_IWUSR);
198 err = chmod(readlockpath, 0);
209 err = chmod(readlockpath, 0);
218 err = remove(readlockpath);
299 err = remove(readlockpath);

Completed in 197 milliseconds