Home
last modified time | relevance | path

Searched defs:writeToFile (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DFileUtils.ts299 …public static writeToFile(filePath: string, content: string, mode: WriteFileMode = WriteFileMode.A… method in FileUtils
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts1002 export function writeToFile(reservedProperties: string[], outputPath: string): void { function