Home
last modified time | relevance | path

Searched refs:split_str (Results 1 – 1 of 1) sorted by relevance

/test/vts/drivers/resource/resource_manager/
DVtsResourceManager.cpp684 const string split_str = "::"; in LoadSharedLibFromTypeName() local
686 while ((next_index = data_type.find(split_str, curr_index)) != string::npos) { in LoadSharedLibFromTypeName()
690 curr_index = next_index + split_str.length(); in LoadSharedLibFromTypeName()
710 curr_index = next_index + split_str.length(); in LoadSharedLibFromTypeName()