Searched refs:g_tempFileContent (Results 1 - 4 of 4) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | unistdndk1.cpp | 42 static const char *g_tempFileContent = "This is a test";
variable 84 fputs(g_tempFileContent, fp);
in PreadChk_One() 89 napi_create_int32(env, ret == strlen(g_tempFileContent), &result);
in PreadChk_One() 111 fputs(g_tempFileContent, fp);
in ReadChk_One() 116 napi_create_int32(env, ret == strlen(g_tempFileContent), &result);
in ReadChk_One() 134 size_t ret = pwrite(fileDescribe, g_tempFileContent, strlen(g_tempFileContent), PARAM_0);
in PWrite_One() 137 napi_create_int32(env, ret == strlen(g_tempFileContent), &result);
in PWrite_One() 144 int ret = pwrite(MPARAM_1, g_tempFileContent, strlen(g_tempFileContent), PARAM_ in PWrite_Two() [all...] |
H A D | mntentndk1.cpp | 31 static const char *g_tempFileContent = "/data/storage/el2/base/files/fzl.txt none swap sw 0 0\n";
variable 44 ret = write(fileDescribe, g_tempFileContent, strlen(g_tempFileContent));
in GetMnTent() 95 ret = write(fileDescribe, g_tempFileContent, strlen(g_tempFileContent));
in GetMnTentR()
|
H A D | mmanndk1.cpp | 31 static const char *g_tempFileContent = "This is a test";
variable 44 ret = write(fileDescribe, g_tempFileContent, strlen(g_tempFileContent));
in Mmap()
|
H A D | stdioextndk1.cpp | 30 static const char *g_tempFileContent = "This is a test";
variable 159 fputs(g_tempFileContent, fp);
in Fpending_One() 181 fputs(g_tempFileContent, fp);
in Fpending_Two() 205 fputs(g_tempFileContent, fp);
in Fpurge_One() 422 fputs(g_tempFileContent, fp);
in Flushlbf()
|
Completed in 7 milliseconds