Searched defs:dirPath (Results 1 – 5 of 5) sorted by relevance
39 std::string_view dirPath = path.substr(0, pos); in DirName() local
137 …JSHandle<EcmaString> dirPath(GetCallArg(argv, 2)); // 2 : current file path(conta… in DynamicImportJob() local
827 std::string dirPath = filename.substr(0, lastSlashPos + 1); in GenAotCodeCommentFileName() local
607 void ModulePathHelper::ResolveCurrentPath(CString &dirPath, CString &fileName, const JSPandaFile *j… in ResolveCurrentPath()
5825 …std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize, std::string &errorMsg)> … in SetHostResolveBufferTracker()