Home
last modified time | relevance | path

Searched refs:isFile (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts174 if (fs.lstatSync(sourcePath).isFile()) {
204 if (fs.lstatSync(filePath).isFile()) {
/arkcompiler/ets_frontend/ts2panda/tools/
DastPrinter.ts79 function isFile(node: any): node is ts.SourceFile { function
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts619 if (fs.lstatSync(projectPath).isFile()) {
640 if (fs.lstatSync(libPath).isFile()) {
/arkcompiler/ets_frontend/ts2panda/src/
Dindex.ts277 if (stat.isFile() === true && item.endsWith(".d.ts") === true) {