Lines Matching refs:paths
187 auto paths = options->get()->GetValue<JsonObject::JsonObjPointer>("paths");
188 if (paths == nullptr) {
192 for (size_t keyIdx = 0; keyIdx < paths->get()->GetSize(); ++keyIdx) {
193 auto &key = paths->get()->GetKeyByIndex(keyIdx);
198 auto values = paths->get()->GetValue<JsonObject::ArrayT>(key);
353 // Parse "paths"
399 for (const auto &[alias, paths] : paths_) {
404 // NOTE(ivagin): arktsconfig contains array of paths for each prefix, for now just get first one
405 std::string newPrefix = TrimPath(paths[0]);