Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/utils/
DUnitTestUtil.ts24 const keepFileSourceCode = customProfiles.mKeepFileSourceCode; constant
35 processPaths(keepFileSourceCode.mKeepSourceOfPaths, tempKeepSourceOfPaths);
36 processPaths(keepFileSourceCode.mkeepFilesAndDependencies, tempkeepFilesAndDependencies);
38 keepFileSourceCode.mKeepSourceOfPaths = tempKeepSourceOfPaths;
39 keepFileSourceCode.mkeepFilesAndDependencies = tempkeepFilesAndDependencies;
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts205 const keepFileSourceCode = customProfiles.mKeepFileSourceCode; constant
206 if (keepFileSourceCode === undefined || keepFileSourceCode.mKeepSourceOfPaths.size === 0) {
209 const keepPaths: Set<string> = keepFileSourceCode.mKeepSourceOfPaths;