Home
last modified time | relevance | path

Searched defs:baseFolder (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts517 const baseFolder = this.fs.get(basePath) as FsFolder; constant
537 const baseFolder = this.fs.get(basePath) as FsFolder; constant
568 … const baseFolder = this.ensureFolder(getDirectoryPath(file.fullPath), ignoreParentWatch, options); constant
575 …const baseFolder = this.ensureFolder(getDirectoryPath(symLink.fullPath), ignoreParentWatch, option… constant
593 const baseFolder = this.ensureFolder(baseFullPath, ignoreWatch, options); constant
627 const baseFolder = this.fs.get(basePath) as FsFolder; constant
979 const baseFolder = this.fs.get(base) as FsFolder; constant
/third_party/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp284 UString baseFolder = DirPrefix; in OnInit() local
/third_party/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp778 const FString baseFolder = GetBaseFolderPrefixFromRegistry(); in Load() local