Searched refs:currPath (Results 1 – 1 of 1) sorted by relevance
4246 var currPath = location.pathname;4248 if (currPath.indexOf(supportLibraryPath) > -1) {4249 updateSupportLibrariesNav(supportLibraryPath, currPath);4260 var navtree_filepath = getNavtreeFilePath(supportLibraryPath, currPath);4295 function getNavtreeFilePath(supportLibraryPath, currPath) { argument4298 if (currPath.indexOf(supportLibraryPath + 'test') > -1) {4300 } else if (currPath.indexOf(supportLibraryPath + 'wearable') > -1) {4308 function updateSupportLibrariesNav(supportLibraryPath, currPath) { argument4310 if (currPath.indexOf(supportLibraryPath + 'test') > -1) {4312 } else if (currPath.indexOf(supportLibraryPath + 'wearable') > -1) {