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.cpp145 …JSHandle<EcmaString> dirPath(GetCallArg(argv, 2)); // 2 : current file path(conta… in DynamicImportJob() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp415 void ModulePathHelper::ResolveCurrentPath(JSThread *thread, JSMutableHandle<JSTaggedValue> &dirPath, in ResolveCurrentPath()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3681 std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize)> cb) in SetHostResolveBufferTracker()