Home
last modified time | relevance | path

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

/test/vts/drivers/resource/resource_manager/
DVtsResourceManager.cpp680 size_t curr_index = 0; in LoadSharedLibFromTypeName() local
686 while ((next_index = data_type.find(split_str, curr_index)) != string::npos) { in LoadSharedLibFromTypeName()
687 if (curr_index == next_index) { in LoadSharedLibFromTypeName()
690 curr_index = next_index + split_str.length(); in LoadSharedLibFromTypeName()
693 string curr_string = data_type.substr(curr_index, next_index - curr_index); in LoadSharedLibFromTypeName()
710 curr_index = next_index + split_str.length(); in LoadSharedLibFromTypeName()