Home
last modified time | relevance | path

Searched refs:folderPath (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DresolutionCache.ts105 const folderPath = "/a/b/projects/temp"; constant
107 path: `${folderPath}/a.ts`,
118 projectRootPath: folderPath
125 path: `${folderPath}/node_modules/@types/pad/index.d.ts`,
DprojectErrors.ts225 const folderPath = "/user/someuser/projects/someFolder"; constant
231 path: `${folderPath}/src/somefile.d.ts`,
248 projectRootPath: useProjectRoot ? folderPath : undefined
/third_party/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp654 HRESULT CCodecs::LoadDllsFromFolder(const FString &folderPath) in LoadDllsFromFolder() argument
656 if (!NFile::NFind::DoesDirExist_FollowLink(folderPath)) in LoadDllsFromFolder()
663 FString folderPrefix = folderPath; in LoadDllsFromFolder()
675 AddLastError(folderPath); in LoadDllsFromFolder()
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts650 deleteFolder(folderPath: string, recursive?: boolean) {
651 const path = this.toFullPath(folderPath);