Home
last modified time | relevance | path

Searched defs:removeExtension (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/SPIRV/
DSpvBuilder.h133 void removeExtension(const char* ext) in removeExtension() function
/third_party/typescript/src/compiler/
DmoduleNameResolver.ts1708 const fileNameNoExtension = ext ? removeExtension(fileName, ext) : fileName; constant
/third_party/typescript/lib/
DtypingsInstaller.js12479 function removeExtension(path2, extension) { function
Dtsc.js17485 function removeExtension(path, extension) { function