Home
last modified time | relevance | path

Searched defs:pathComponents (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/compiler/
Dpath.ts447 function pathComponents(path: string, rootLength: number) { function
924 …const pathComponents = getPathComponentsRelativeTo(fromDirectory, to, ignoreCase ? equateStringsCa… constant
942 const pathComponents = getPathComponentsRelativeTo( constant
/third_party/typescript/src/jsTyping/
DjsTyping.ts290 const pathComponents = getPathComponents(normalizePath(manifestPath)); constant
291 const isScoped = pathComponents[pathComponents.length - 3][0] === "@"; constant
/third_party/vk-gl-cts/framework/common/
DtcuWaiverUtil.cpp298 deUint32 WaiverTreeBuilder::findComponentInBuildTree(const std::vector<std::string>& pathComponents in findComponentInBuildTree() argument
354 const std::vector<std::string> pathComponents = de::splitString(path, '.'); in buildTreeFromPathList() local
/third_party/typescript/lib/
DtypingsInstaller.js5096 function pathComponents(path2, rootLength) { function
Dtsc.js6825 function pathComponents(path, rootLength) { function