Home
last modified time | relevance | path

Searched refs:parentDirReference (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A DimportPathManager.cpp229 std::string parentDirReference = ".."; in IsRelativePath() local
232 parentDirReference.append(pathDelimiter_); in IsRelativePath()
234 return ((path.Mutf8().find(currentDirReference) == 0) || (path.Mutf8().find(parentDirReference) == 0)); in IsRelativePath()

Completed in 1 milliseconds