Home
last modified time | relevance | path

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

/external/ltp/testcases/network/nfsv4/acl/
Dtest_acl.py32 acl2=[]
37 acl2.append(name,entry)
40 while i < len(acl2):
42 while j < len(acl2) and result == False:
43 if acl2[i] == acl[j]:
Dacl1.c294 acl_t acl1, acl2; in test_acl_default() local
308 acl2 = acl_get_file(path, ACL_TYPE_ACCESS); in test_acl_default()