Home
last modified time | relevance | path

Searched defs:writeBuf (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/kernel_lite/fs_posix/src/
DFsFcntlTest.cpp118 char writeBuf[100]; variable
150 char writeBuf[100]; variable
181 char writeBuf[100]; variable
206 char writeBuf[] = "123456789ABCDE"; variable
252 char writeBuf[] = "123456789ABCDE"; variable
DFsUnistdTest.cpp186 char writeBuf[] = "this is a file"; variable
209 char writeBuf[] = "this is a file"; variable
258 char writeBuf[] = "this is a file"; variable
280 char writeBuf[] = "this is a file"; variable
/test/xts/acts/kernel_lite/process_posix/src/
DProcessTest.cpp66 char writeBuf[] = "this is a file"; variable
176 char writeBuf[] = "this is a file"; variable
/test/ostest/wukong/common/src/
Dwukong_logger.cpp124 char writeBuf[LOG_CONTENT_LENGTH] = {0}; in Print() local