Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
DPreviewerEngineLog.cpp45 int idx = fileStr.find_last_of("/"); in PrintLog() local
46 fileStr = fileStr.substr(idx + 1); in PrintLog()
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.cpp309 int idx = rPath.find_last_of(sep); in SetSystemResourcesPath() local
310 rPath = rPath.substr(0, idx + 1) + "resources"; in SetSystemResourcesPath()