Home
last modified time | relevance | path

Searched refs:getPrefix (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DFileUtils.spec.ts119 assert.strictEqual(FileUtils.getPrefix(path), prefix);
126 assert.strictEqual(FileUtils.getPrefix(path), prefix);
133 assert.strictEqual(FileUtils.getPrefix(path), prefix);
/arkcompiler/ets_frontend/arkguard/src/utils/
DFileUtils.ts98 public static getPrefix(dirPath: string): string | undefined { method in FileUtils
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts158 const dirPrefix: string = FileUtils.getPrefix(sourcePath);