Home
last modified time | relevance | path

Searched refs:resolvePathForTest (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
DConfigResolver.spec.ts699 const result = newObConfigResolver.resolvePathForTest(configPath, token);
707 const result = newObConfigResolver.resolvePathForTest(configPath, token);
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts690 public resolvePathForTest(configPath: string, token: string): string { method in ObConfigResolver