Searched refs:sdcardPath (Results 1 – 1 of 1) sorted by relevance
164 bool IsSDCardExist(const std::string &sdcardPath) in IsSDCardExist() argument169 if (stat(sdcardPath.c_str(), &st) < 0) { in IsSDCardExist()