Searched defs:dirPath (Results 1 – 4 of 4) sorted by relevance
39 std::string_view dirPath = path.substr(0, pos); in DirName() local
145 …JSHandle<EcmaString> dirPath(GetCallArg(argv, 2)); // 2 : current file path(conta… in DynamicImportJob() local
415 void ModulePathHelper::ResolveCurrentPath(JSThread *thread, JSMutableHandle<JSTaggedValue> &dirPath, in ResolveCurrentPath()
3681 std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize)> cb) in SetHostResolveBufferTracker()