Home
last modified time | relevance | path

Searched defs:dirPath (Results 1 – 4 of 4) 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/module/
Dmodule_path_helper.cpp629 void ModulePathHelper::ResolveCurrentPath(CString &dirPath, CString &fileName, const JSPandaFile *j… in ResolveCurrentPath()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5456std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize, std::string &errorMsg)> … in SetHostResolveBufferTracker()