Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/tests/utils/
Dexample_asthelper.ts23 const absolutePath = __dirname + "/example_asthelper.js"; constant
/arkcompiler/ets_frontend/ets2panda/util/
Dpath.cpp25 Path::Path(const util::StringView &absolutePath, ArenaAllocator *allocator) in Path()
121 Path::Path(const std::string &absolutePath, ArenaAllocator *allocator) in Path()