Lines Matching refs:CString
36 …std::shared_ptr<JSPandaFile> LoadJSPandaFile(JSThread *thread, const CString &filename, std::strin…
39 …std::shared_ptr<JSPandaFile> LoadJSPandaFile(JSThread *thread, const CString &filename, std::strin…
43 std::shared_ptr<JSPandaFile> LoadJSPandaFileSecure(JSThread *thread, const CString &filename,
47 std::shared_ptr<JSPandaFile> OpenJSPandaFile(const CString &filename);
49 std::shared_ptr<JSPandaFile> OpenJSPandaFile(const CString &filename, const CString &desc);
51 …_ptr<JSPandaFile> OpenJSPandaFileFromBuffer(uint8_t *buffer, size_t size, const CString &filename);
53 std::shared_ptr<JSPandaFile> NewJSPandaFile(const panda_file::File *pf, const CString &desc);
61 bool CheckFilePath(JSThread *thread, const CString &fileName);
95 std::shared_ptr<JSPandaFile> FindJSPandaFileByNormalizedName(const CString &normalizedName);
97 std::shared_ptr<JSPandaFile> FindJSPandaFile(const CString &filename);
111 …JSPandaFile> GenerateJSPandaFile(JSThread *thread, const panda_file::File *pf, const CString &desc,
114 …std::shared_ptr<JSPandaFile> FindJSPandaFileWithChecksum(const CString &filename, uint32_t checksu…
115 std::shared_ptr<JSPandaFile> FindJSPandaFileUnlocked(const CString &filename);
117 const CString &filename,
119 void ObsoleteLoadedJSPandaFile(const CString &filename);
126 … std::unordered_map<const CString, std::shared_ptr<JSPandaFile>, CStringHash> loadedJSPandaFiles_;