Searched refs:idx (Results 1 – 2 of 2) sorted by relevance
45 int idx = fileStr.find_last_of("/"); in PrintLog() local46 fileStr = fileStr.substr(idx + 1); in PrintLog()
309 int idx = rPath.find_last_of(sep); in SetSystemResourcesPath() local310 rPath = rPath.substr(0, idx + 1) + "resources"; in SetSystemResourcesPath()