Searched refs:slash_pos (Results 1 – 2 of 2) sorted by relevance
370 string::size_type slash_pos = name.find_last_of('/'); in Run() local371 if (slash_pos != string::npos) { in Run()372 string dir = name.substr(0, slash_pos); in Run()
1267 string::size_type slash_pos = value.find_last_of('/'); in InterpretArgument() local1268 if (slash_pos == string::npos) { in InterpretArgument()1271 plugin_name = value.substr(slash_pos + 1); in InterpretArgument()