Home
last modified time | relevance | path

Searched defs:dirPath (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/
Des2panda.cpp39 std::string_view dirPath = path.substr(0, pos); in DirName() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp137 …JSHandle<EcmaString> dirPath(GetCallArg(argv, 2)); // 2 : current file path(conta… in DynamicImportJob() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp827 std::string dirPath = filename.substr(0, lastSlashPos + 1); in GenAotCodeCommentFileName() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp607 void ModulePathHelper::ResolveCurrentPath(CString &dirPath, CString &fileName, const JSPandaFile *j… in ResolveCurrentPath()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5825std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize, std::string &errorMsg)> … in SetHostResolveBufferTracker()