Lines Matching refs:stat
21 #include <sys/stat.h>
412 struct stat testFileStat = {0};
413 EXPECT_EQ(0, stat(TEST_FILE.c_str(), &testFileStat));
447 struct stat testFileStat = {0};
448 EXPECT_EQ(0, stat(TEST_FILE.c_str(), &testFileStat));
495 struct stat testFileStat = {0};
496 EXPECT_EQ(0, stat(TEST_FILE.c_str(), &testFileStat));
513 EXPECT_EQ(0, stat(TEST_FILE.c_str(), &testFileStat));
527 struct stat fileStat = {0};
528 EXPECT_EQ(0, stat(CFG_FILE.c_str(), &fileStat));
540 struct stat fileStat = {0};
541 (void)stat(CFG_FILE.c_str(), &fileStat);
850 struct stat testCfgStat = {0};
857 stat(cmdContentStr.c_str(), &testCfgStat);
868 EXPECT_EQ(0, stat(cmdContentStr.c_str(), &testCfgStat));
886 struct stat testCfgStat = {0};
897 stat(cmdContentStr.c_str(), &testCfgStat);
964 struct stat postDirStat = {0};
965 EXPECT_EQ(0, stat(POST_INIT_DIR.c_str(), &postDirStat));