Home
last modified time | relevance | path

Searched defs:originPath (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DObservedDecoratorCheck.ts307 const originPath = path.normalize(arkFile.getFilePath()); constant
322 const originPath = arkFile.getFilePath(); constant
DAppStorageGetCheck.ts145 const originPath = arkFile.getFilePath(); constant
DUtils.ts150 const originPath = arkFile.getFilePath(); constant
DModifyStateVarCheck.ts177 const originPath = arkFile.getFilePath(); constant
DCustomBuilderCheck.ts169 const originPath = arkFile.getFilePath(); constant
DThisBindCheck.ts366 const originPath = arkFile.getFilePath(); constant
DObjectLiteralCheck.ts386 const originPath = arkFile.getFilePath(); constant
DInteropDeprecatedBuiltInAPICheck.ts979 const originPath = arkFile.getFilePath(); constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/depGraph/
DmoduleComponent.ts47 originPath?: string;//for .har, .tgz, .hsp property
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/
DScene.ts474 let originPath = path.join(this.getRealProjectDir(), pathMapping, tail); variable
489 let originPath = path.join(this.getRealProjectDir(), pathMapping, tail); variable
540 let originPath = this.getOriginPath(from, arkFile); variable
561 let originPath = ohPkgContentPath.toString().replace(OH_PACKAGE_JSON5, ''); variable
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DModelUtils.ts542 const originPath = path.resolve(parentPath, from); constant
763 const originPath = path.join(modulePath.path, contentPath); constant
/arkcompiler/ets_frontend/arkguard/src/utils/
DProjectCollections.ts804 const originPath = FileUtils.toUnixPath(fileContent.moduleInfo.originSourceFilePath); constant