Home
last modified time | relevance | path

Searched refs:CheckPseft (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hidumper/test/scripts/testModule/
H A Dtest_permission.py47 def CheckPseft(output): function
127 CheckFunc = lambda x : all([CheckSmaps(x), CheckPseft(x), CheckMountInfo(x)])
129 CheckFunc = lambda x : all([not CheckSmaps(x), CheckPseft(x), CheckMountInfo(x)])
146 CheckFunc = lambda x : all([CheckSmaps(x), CheckPseft(x), CheckMountInfo(x)])
148 CheckFunc = lambda x : all([not CheckSmaps(x), CheckPseft(x), CheckMountInfo(x)])

Completed in 1 milliseconds