Searched refs:assetPath (Results 1 – 4 of 4) sorted by relevance
51 CString assetPath = vm->GetAssetPath(); in ExecuteFromFile()52 name = assetPath + "\\" + JSPandaFile::MERGE_ABC_NAME; in ExecuteFromFile()54 CString assetPath = vm->GetAssetPath(); in ExecuteFromFile()55 name = assetPath + "/" + JSPandaFile::MERGE_ABC_NAME; in ExecuteFromFile()152 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBuffer() local153 name = assetPath + "\\" + JSPandaFile::MERGE_ABC_NAME; in ExecuteModuleBuffer()155 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBuffer() local156 name = assetPath + "/" + JSPandaFile::MERGE_ABC_NAME; in ExecuteModuleBuffer()309 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBufferSecure() local310 name = assetPath + "\\" + JSPandaFile::MERGE_ABC_NAME; in ExecuteModuleBufferSecure()[all …]
326 void SetAssetPath(const CString &assetPath) in SetAssetPath() argument328 assetPath_ = assetPath; in SetAssetPath()
1393 static void SetAssetPath(EcmaVM *vm, const std::string &assetPath);
3558 void JSNApi::SetAssetPath(EcmaVM *vm, const std::string &assetPath) in SetAssetPath() argument3560 ecmascript::CString path = assetPath.c_str(); in SetAssetPath()