Home
last modified time | relevance | path

Searched refs:sts (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dstatfsndk.cpp98 struct statvfs sts = {PARAM_0}; in Fstatvfs() local
101 int ret = fstatvfs(fd, &sts); in Fstatvfs()
110 struct statvfs sts = {PARAM_0}; in Fstatvfs64() local
113 int ret = fstatvfs64(fd, &sts); in Fstatvfs64()
/test/testfwk/xdevice/plugins/ohos/src/ohos/
Dconstants.py76 sts = 'STSKit' variable in CKit
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
Dkit.py156 @Plugin(type=Plugin.TEST_KIT, id=CKit.sts)