Searched refs:allPath (Results 1 – 3 of 3) sorted by relevance
31 std::vector<std::string> allPath; in GetDirList() local36 allPath.emplace_back("sys/class/thermal/" + name); in GetDirList()40 return allPath; in GetDirList()
41 string allPath[] = {MODULE_PREINSTALL_DIR, UPDATE_INSTALL_DIR, UPDATE_ACTIVE_DIR}; in InitRepository() local43 for (string &path : allPath) { in InitRepository()
739 std::vector<std::vector<std::string>> allPath; in FindProjectionInit() local747 allPath = JsonCommon::ParsePath(projectionObj, errCode); in FindProjectionInit()755 errCode = CheckCommon::CheckProjection(projectionObj, allPath); in FindProjectionInit()761 context->projectionPath = std::move(allPath); in FindProjectionInit()