Searched refs:modpath (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsemanage/tests/ |
D | test_semanage_store.c | 52 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/ |
D | run_pylint.py | 40 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)
|