Home
last modified time | relevance | path

Searched defs:normalizedPath (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/statistics/scan/
DFloderScanResultInfo.ts17 normalizedPath: string; property
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DConfiguredRulesProcess.ts35 const normalizedPath = path.normalize(configRulePath); constant
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/
Dutils.ts95 const normalizedPath = path.normalize(filePath); constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DGeneratingJsonFile.ts71 const normalizedPath = path.normalize(defect.filePath).toLocaleLowerCase(); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/test_helper/
Dinterop_test_helper.cpp33 std::string normalizedPath = panda::JSNApi::NormalizePath(path.data()); in RunAbcFileOnArkJSVM() local
/arkcompiler/ets_frontend/ets2panda/util/
DimportPathManager.cpp313 auto normalizedPath = ark::os::NormalizePath(std::string(fixedPath)); in TryMatchDynamicPath() local
Darktsconfig.cpp521 auto normalizedPath = ark::os::NormalizePath(std::string(path)); in ResolvePath() local