Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
H A DimportPathManager.cpp258 std::string indexFilePath = realPath.Mutf8() + pathDelimiter_.data() + indexFile; in AppendExtensionOrIndexFileIfOmitted() local
259 if (ark::os::file::File::IsRegularFile(indexFilePath)) { in AppendExtensionOrIndexFileIfOmitted()
260 return GetRealPath(UString(indexFilePath, allocator_).View()); in AppendExtensionOrIndexFileIfOmitted()

Completed in 1 milliseconds