Searched refs:statbuf (Results 1 - 7 of 7) sorted by relevance
/test/xts/acts/kernel_lite/fs_posix/src/ |
H A D | FsUnistdTest.cpp | 185 struct stat statbuf; in HWTEST_F() local 196 EXPECT_NE(stat(FILE0, &statbuf), -1) << "> fstat errno = " << errno; in HWTEST_F() 197 EXPECT_EQ(statbuf.st_size, 1000); in HWTEST_F() 257 struct stat statbuf; in HWTEST_F() local 267 EXPECT_NE(stat(FILE0, &statbuf), -1) << "> fstat errno = " << errno; in HWTEST_F() 268 EXPECT_EQ(statbuf.st_size, 100); in HWTEST_F()
|
H A D | FsFcntlTest.cpp | 225 struct stat statbuf;
in HWTEST_F() local 226 EXPECT_NE(stat(FILE0, &statbuf), -1) << "> fstat errno = " << errno;
in HWTEST_F() 227 EXPECT_TRUE(statbuf.st_size == sizeof(writeBuf));
in HWTEST_F() 271 struct stat statbuf;
in HWTEST_F() local 272 EXPECT_NE(stat(FILE0, &statbuf), -1) << "> fstat errno = " << errno;
in HWTEST_F() 273 EXPECT_TRUE(statbuf.st_size == sizeof(writeBuf));
in HWTEST_F()
|
/test/xts/dcts/distributedhardware/distributedaudionewtest/ |
H A D | distributedaudiotest.cpp | 351 struct stat statbuf; in StartRender() local 352 stat(SPK_FILE_PATH, &statbuf); in StartRender() 353 int32_t size = statbuf.st_size; in StartRender()
|
/test/xts/dcts/distributedhardware/distributedaudiotest/ |
H A D | distributedaudiotest.cpp | 347 struct stat statbuf; in StartRender() local 348 stat(SPK_FILE_PATH, &statbuf); in StartRender() 349 int32_t size = statbuf.st_size; in StartRender()
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | fnmatchndk32.cpp | 174 struct stat statbuf = {PARAM_0};
in UTimeNsAt_time64() local 175 utimensatValue = stat(path, &statbuf);
in UTimeNsAt_time64() 176 if (utimensatValue == PARAM_0 && statbuf.st_mtim.tv_sec == sec) {
in UTimeNsAt_time64()
|
/test/xts/hats/hdf/usb/mtpTest/common/ |
H A D | usbfn_mtp_test.cpp | 105 struct stat statbuf; in GetFileSize() local 106 uint64_t ret = stat(pathName.c_str(), &statbuf); in GetFileSize() 110 return static_cast<uint64_t>(statbuf.st_size); in GetFileSize()
|
/test/xts/hats/hdf/usb/mtpTest_additional/common/ |
H A D | usbfn_mtp_test.cpp | 97 struct stat statbuf; in GetFileSize() local 98 uint64_t ret = stat(pathName.c_str(), &statbuf); in GetFileSize() 102 return static_cast<uint64_t>(statbuf.st_size); in GetFileSize()
|
Completed in 10 milliseconds