Home
last modified time | relevance | path

Searched refs:testCfgStat (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/startup/init/test/unittest/lite/
H A Dcmd_func_test.cpp850 struct stat testCfgStat = {0}; variable
857 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}; variable
897 stat(cmdContentStr.c_str(), &testCfgStat);
898 if (testCfgStat.st_size > 0) {