Home
last modified time | relevance | path

Searched refs:modpath (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsemanage/tests/
Dtest_semanage_store.c52 const char *modpath = "./test-policy/store/active/modules"; variable
74 err = mkdir(modpath, S_IRUSR | S_IWUSR | S_IXUSR); in semanage_store_test_init()
106 err = rmdir(modpath); in semanage_store_test_cleanup()
163 err = chmod(modpath, 0); in test_semanage_store_access_check()
178 err = chmod(modpath, S_IRUSR | S_IXUSR); in test_semanage_store_access_check()
189 err = chmod(modpath, S_IRUSR | S_IWUSR | S_IXUSR); in test_semanage_store_access_check()
200 err = chmod(modpath, S_IRUSR | S_IXUSR); in test_semanage_store_access_check()
211 err = chmod(modpath, S_IRUSR | S_IWUSR | S_IXUSR); in test_semanage_store_access_check()
222 err = chmod(modpath, 0); in test_semanage_store_access_check()
233 err = chmod(modpath, S_IRUSR | S_IXUSR); in test_semanage_store_access_check()
[all …]
/external/autotest/utils/
Drun_pylint.py40 def file_from_modpath(modpath, path=None, context_file=None): argument
50 if modpath[0] == "autotest_lib":
51 return _ffm(modpath[1:], path, context_file)
53 return _ffm(modpath, path, context_file)