Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameFileNameTransformer.ts426 const filePathExtensionLess: string = path.normalize(fileAbsPath); constant
428 const targetPath = filePathExtensionLess + ext;
435 if (fs.existsSync(filePathExtensionLess)) {