Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 23 of 23) sorted by relevance

/test/xts/acts/kernel_lite/io_posix/src/
DIoTest.h40 #define INIT_TEST_FILE(fp) do { \ argument
46 #define FOPEN_WRITE(fp) do { \ argument
51 #define FOPEN_READ(fp) do { \ argument
56 #define FILENO(fp) do { \ argument
DIoTestStdio.cpp37 FILE *fp = nullptr; variable
73 FILE *fp = fmemopen(buf, sizeof(buf), "r"); variable
89 FILE *fp = nullptr; variable
117 FILE *fp = nullptr; variable
140 FILE *fp = nullptr; variable
163 FILE *fp = nullptr; variable
204 FILE *fp = nullptr; variable
227 FILE *fp = nullptr; variable
245 FILE *fp = nullptr; variable
284 FILE *fp = nullptr; variable
[all …]
DIoTestWchar.cpp26 int FormatVfwscanf(FILE *fp, const wchar_t *format, ...) in FormatVfwscanf()
35 int FormatVfwprintf(FILE *fp, const wchar_t *format, ...) in FormatVfwprintf()
51 FILE *fp = nullptr; variable
75 FILE *fp = nullptr; variable
99 FILE *fp = nullptr; variable
124 FILE *fp = nullptr; variable
145 FILE *fp = nullptr; variable
164 FILE *fp = nullptr; variable
185 FILE *fp = nullptr; variable
204 FILE *fp = nullptr; variable
[all …]
DIoTestOther.cpp158 FILE *fp = nullptr; variable
190 FILE *fp = nullptr; variable
/test/xts/device_attest_lite/services/core/small/utils/
Dattest_utils_file_detail.c51 FILE* fp = fopen(formatPath, "r"); in GetFileSize() local
88 FILE* fp = fopen(formatPath, "wb+"); in WriteFile() local
147 FILE* fp = fopen(formatPath, "rb"); in ReadFile() local
191 FILE* fp = fopen(realPath, "w"); in CreateFile() local
230 FILE* fp = fopen(formatPath, "r"); in IsFileExist() local
/test/xts/device_attest/services/oem_adapter/src/
Ddevice_attest_oem_file.c59 FILE* fp = fopen(formatPath, "r"); in OEMGetFileSize() local
92 FILE* fp = fopen(formatPath, "wb+"); in OEMWriteFile() local
140 FILE* fp = fopen(formatPath, "rb"); in OEMReadFile() local
182 FILE* fp = fopen(realPath, "w"); in OEMCreateFile() local
/test/xts/device_attest/services/core/utils/
Dattest_utils_file.c68 FILE* fp = fopen(formatPath, "r"); in GetFileSize() local
106 FILE* fp = fopen(formatPath, "wb+"); in WriteFile() local
160 FILE* fp = fopen(formatPath, "rb"); in ReadFile() local
204 FILE* fp = fopen(realPath, "w"); in CreateFile() local
243 FILE* fp = fopen(formatPath, "r"); in IsFileExist() local
/test/ostest/wukong/common/include/
Dcommon.h25 if (FILE* fp = popen(cmd.c_str(), "r")) { in runProcess() local
/test/xts/acts/kernel_lite/process_posix/src/
DProcessTest.cpp75 FILE *fp = fopen(testFile, "w+"); variable
87 FILE *fp = fopen(testFile, "r+"); variable
185 FILE *fp = fopen(testFile, "w+"); variable
197 FILE *fp = fopen(testFile, "r+"); variable
/test/xts/acts/kernel_lite/fs_posix/src/
DFileSystemTest.cpp78 FILE *fp = fopen(mountInfoFile, "r"); in CheckFsMount() local
/test/xts/acts/storage/storagefileiojstest/src/main/js/test/module_fileio/members/
DfdopenStream.test.js118 fileio.fdopenStream(fd, mode, function (err, fp) { argument
/test/xts/acts/kernel_lite/sys_posix/src/
DSysApiTest.cpp571 FILE *fp = freopen(SYS_TEST_FILE_01, "w", stderr); variable
596 FILE *fp = freopen(SYS_TEST_FILE_01, "w", stderr); variable
621 FILE *fp = freopen(SYS_TEST_FILE_01, "w", stderr); variable
646 FILE *fp = freopen(SYS_TEST_FILE_01, "w", stderr); variable
/test/xts/acts/kernel_lite/time_posix/src/
DClockTimeTest.cpp377 FILE *fp = nullptr; variable
427 FILE *fp = nullptr; variable
/test/xts/acts/security_lite/huks/common/
Dhks_test_file_operator.c115 FILE *fp = fopen(filePath, "rb"); in FileRead() local
159 FILE *fp = fopen(filePath, "wb+"); in FileWrite() local
/test/ostest/wukong/shell_command/src/
Dwukong_main.cpp127 FILE* fp = nullptr; in IsRunning() local
/test/xts/acts/arkui/libuv/src/
DActsLibuvTest.cpp138 FILE *fp = fopen(TESTFILE, "w"); variable
/test/xts/acts/ai/mindspore/mindsporectest/src/
Dohos_common.cpp30 void getDimInfo(FILE *fp, std::vector<int64_t>* dim_info) { in getDimInfo()
63 FILE *fp; in readTestDataFile() local
/test/testfwk/arkxtest/uitest/core/
Dcommon_utilities_hpp.h69 … constexpr std::array<char, MAX_LOG_TAG_LEN> GenLogTag(std::string_view fp, std::string_view func) in GenLogTag()
/test/xts/tools/lite/checksum/src/
Dchecksum_file.c138 FILE *fp = NULL; in CalcSingleFileSha256() local
/test/xts/acts/kernel_lite/ipc_posix/signal/
DSignalTestUtils.cpp181 FILE *fp = fopen(outfile, "rb"); in CheckSigString() local
/test/ostest/wukong/common/src/
Dwukong_util.cpp68 FILE *fp = fopen(wkScreenPath.c_str(), "wb"); in TakeWuKongScreenCap() local
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp645 FILE *fp = fdopen(fd, "wb"); in TakeScreenCap() local
/test/xts/acts/kernel_lite/net_posix/src/
DActsNetTest.cpp1633 FILE* fp = freopen(fileName, "w", stderr); variable