Home
last modified time | relevance | path

Searched defs:removeResult (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
Dlinux_setxattr_test.cpp45 int removeResult = remove(filePath); variable
Dlinux_getxattr_test.cpp47 int removeResult = remove(filePath); variable
/third_party/python/Lib/unittest/
Dsignals.py45 def removeResult(result): function