Searched refs:SD_DOC (Results 1 – 1 of 1) sorted by relevance
40 const std::string SD_DOC = "/storage/External"; variable661 if (SD_DOC.compare(path.substr(0, SD_DOC.size())) == 0) { in GetRealPath()1093 return std::string(SD_DOC + "/" + fsUuid); in GetExternalPathByUuid()1164 …CHECK_AND_RETURN_LOG(access(SD_DOC.c_str(), R_OK) == 0, "access failed [%{public}s]", SD_DOC.c_str… in GetExternalStorages()1166 …CHECK_AND_RETURN_LOG(sf::exists(SD_DOC, ec) && sf::is_directory(SD_DOC, ec), "SD_DOC is not exists… in GetExternalStorages()1167 for (const auto& entry : sf::directory_iterator(SD_DOC, ec)) { in GetExternalStorages()