Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DFileUtils.2.spec.ts193 …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('.')
/arkcompiler/ets_frontend/arkguard/src/utils/
DUnitTestUtil.ts30 const absPath = FileUtils.getAbsPathBaseConfigPath(configPath, tempPath);
DFileUtils.ts182 public static getAbsPathBaseConfigPath(configPath: string, relativePath: string): string { method in FileUtils
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts711 …tempAbsPath = FileUtils.getAbsPathBaseConfigPath(configPath, isExclude ? keepPath.substring(1) : k…