Home
last modified time | relevance | path

Searched refs:resolvedRefFilePath (Results 1 – 1 of 1) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/usdUtils/
H A Ddependencies.cpp706 std::string resolvedRefFilePath = resolver.Resolve(refAssetPath); in _AssetLocalizer() local
708 if (resolvedRefFilePath.empty()) { in _AssetLocalizer()
723 resolvedRefFilePath)) { in _AssetLocalizer()
726 refAssetPath.c_str(), resolvedRefFilePath.c_str()); in _AssetLocalizer()
733 dependenciesToSkip.end(), resolvedRefFilePath) != in _AssetLocalizer()
741 if (!seenFiles.insert(resolvedRefFilePath).second) { in _AssetLocalizer()
747 if (TfIsDir(resolvedRefFilePath)) { in _AssetLocalizer()
766 resolvedRefFilePath, in _AssetLocalizer()