Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DFileUtils.spec.ts141 assert.strictEqual(FileUtils.getPathWithoutPrefix(path, prefix), path);
148 assert.strictEqual(FileUtils.getPathWithoutPrefix(path, prefix), '\\ohsdk\\ets\\3.2.7.5');
155 assert.strictEqual(FileUtils.getPathWithoutPrefix(path, prefix), '');
/arkcompiler/ets_frontend/arkguard/src/utils/
DFileUtils.ts111 public static getPathWithoutPrefix(filePath: string, prefix: string): string | undefined { method in FileUtils
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts170 const currentDir: string = FileUtils.getPathWithoutPrefix(dirName, dirPrefix);