Searched refs:getPathWithoutPrefix (Results 1 – 3 of 3) sorted by relevance
141 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), '');
111 public static getPathWithoutPrefix(filePath: string, prefix: string): string | undefined { method in FileUtils
170 const currentDir: string = FileUtils.getPathWithoutPrefix(dirName, dirPrefix);