Searched refs:getAbsPathBaseConfigPath (Results 1 – 4 of 4) sorted by relevance
193 …expect(FileUtils.getAbsPathBaseConfigPath('/abs/path/abc', 'file.txt')).to.equal('/abs/path/file.t…198 …expect(FileUtils.getAbsPathBaseConfigPath('not_abs/path/abc', 'file.txt')).to.equal('not_abs/path/…202 expect(FileUtils.getAbsPathBaseConfigPath('', '')).to.equal('.')
30 const absPath = FileUtils.getAbsPathBaseConfigPath(configPath, tempPath);
182 public static getAbsPathBaseConfigPath(configPath: string, relativePath: string): string { method in FileUtils
711 …tempAbsPath = FileUtils.getAbsPathBaseConfigPath(configPath, isExclude ? keepPath.substring(1) : k…