Searched refs:testCfgStat (Results 1 – 1 of 1) sorted by relevance
850 struct stat testCfgStat = {0}; variable857 stat(cmdContentStr.c_str(), &testCfgStat);858 EXPECT_TRUE(testCfgStat.st_size == 0);868 EXPECT_EQ(0, stat(cmdContentStr.c_str(), &testCfgStat));869 EXPECT_TRUE(testCfgStat.st_size > 0);886 struct stat testCfgStat = {0}; variable897 stat(cmdContentStr.c_str(), &testCfgStat);898 if (testCfgStat.st_size > 0) {