Searched refs:snprintf (Results 1 - 5 of 5) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | semaphorendk1.cpp | 38 snprintf(buf, sizeof(buf), "/testsem-%d-%d", static_cast<int>(getpid()), static_cast<int>(ts.tv_nsec));
in SemUnlink()
|
H A D | stdiondk.cpp | 613 int snprintf_value = snprintf(buffer, ZERO, format, format);
in Snprintf() 677 {"snprintf", nullptr, Snprintf, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
H A D | stdiondk1.cpp | 1332 ret = snprintf(dest, PARAM_100, "The half of %d is %d", PARAM_60, PARAM_60 / PARAM_2);
in Snprintf_One()
|
/test/xts/acts/kernel_lite/io_posix/src/ |
H A D | IoTestStdio.cpp | 415 * @tc.name snprintf basic function test 421 int ret = snprintf(buf, sizeof(buf), "%s has %d words", "hello world", 11); in HWTEST_F() 422 EXPECT_EQ(ret, 24) << "> snprintf fail, errno = " <<errno; in HWTEST_F() 425 ret = snprintf(buf, sizeof(buf), "%.2f %c\n", 1.1, 'c'); in HWTEST_F() 426 EXPECT_EQ(ret, 7) << "> snprintf fail, errno = " <<errno; in HWTEST_F()
|
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/ |
H A D | nativeAVScreenCapturendk.cpp | 382 snprintf(g_filename, sizeof(g_filename), "data/storage/el2/base/files/%s.pcm", filename.c_str()); in OpenAFile()
|
Completed in 10 milliseconds