Searched refs:fperm (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/fs/fs_perms/ |
D | fs_perms.c | 107 int group_id, char *fperm) in testfperm() argument 122 switch (tolower(fperm[0])) { in testfperm() 137 if ((file = fopen(file_name, fperm)) != NULL) { in testfperm() 180 char *fperm; in main() local 204 fperm = argv[6]; in main() 211 if (tolower(fperm[0]) == 'x') { in main() 213 res2 = testfperm(TEST_FILE_NAME2, 1, user_id, group_id, fperm); in main() 221 res1 = testfperm(TEST_FILE_NAME1, 0, user_id, group_id, fperm); in main() 225 fperm[0], fmode, fuser_id, fgroup_id, user_id, group_id); in main()
|
/external/curl/tests/ |
D | directories.pm | 203 my $fperm = $file{'perm'} ? $file{'perm'} : "rwxr-xr-x"; 215 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
|
/external/autotest/client/site_tests/platform_FilePerms/ |
D | platform_FilePerms.py | 283 fperm = oct(mode & MASK) 284 return fperm
|