OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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