Searched refs:IsSDCardExist (Results 1 – 4 of 4) sorted by relevance
66 HWTEST_F(UpdaterUtilUnitTest, IsSDCardExist, TestSize.Level1)69 bool ret = IsSDCardExist(sdcardStr);
71 bool IsSDCardExist(const std::string &sdcard_path);
106 bool IsSDCardExist(const std::string &sdcardPath) in IsSDCardExist() function
185 if (!IsSDCardExist(sdcardStr)) { in UpdaterFromSdcard()