Searched refs:assetsFilePath (Results 1 – 3 of 3) sorted by relevance
55 bool JsBackendAssetManager::ParseWorkerUri(const std::string& fileUri, std::string& assetsFilePath) in ParseWorkerUri() argument75 assetsFilePath = filePath + fileName; in ParseWorkerUri()84 bool JsBackendAssetManager::ParseFileUri(const std::string& fileUri, std::string& assetsFilePath) in ParseFileUri() argument100 assetsFilePath = filePath + file; in ParseFileUri()
36 bool ParseFileUri(const std::string& fileUri, std::string& assetsFilePath);37 bool ParseWorkerUri(const std::string& fileUri, std::string& assetsFilePath);
44 …(const RefPtr<AssetManager>& assetManager, const std::string& fileUri, std::string& assetsFilePath) in ParseWorkerUri() argument64 assetsFilePath = filePath + fileName; in ParseWorkerUri()73 …(const RefPtr<AssetManager>& assetManager, const std::string& fileUri, std::string& assetsFilePath) in ParseFileUri() argument89 assetsFilePath = filePath + file; in ParseFileUri()