Home
last modified time | relevance | path

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

/test/xts/tools/lite/hctest/src/
Dhctest_service.c76 if ((testService->flag & TEST_FLAG) != TEST_FLAG) { in MessageHandle()
78 testService->flag |= TEST_FLAG; in MessageHandle()
/test/xts/tools/lite/hctest/include/
Dhctest_internal.h136 #define TEST_FLAG 0x02 macro
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dmmanndk.cpp62 #define TEST_FLAG 0777 macro
123 fd = open(ptr, O_RDWR | O_CREAT, TEST_FLAG); in Mmap()