Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1081 const newPath = newPathParts.join(PATH_SEPARATOR); constant
1095 const newPath = newPathParts.join(PATH_SEPARATOR); constant
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp1607 util::StringView newPath = oldPath; in GetProgramList() local