5#include "pxr/usd/ar/filesystemAsset.h"
6#include "pxr/usd/ar/resolvedPath.h"
10#define CONVERT_STRING(string) #string
11#define DEFINE_STRING(string) CONVERT_STRING(string)
17#if MACRO_REMOVE_SDF_FORMAT_ARGS == 1
18 #define RES_FUNCS_REMOVE_SDF_ARGS(x) RemoveSdfFormatArgs(x);
20 #define RES_FUNCS_REMOVE_SDF_ARGS(x) ;
33ArResolvedPath
_ResolveAnchored(
const std::string &anchorPath,
const std::string &path);
Definition: wrapResolverTokens.cpp:14
std::string _AnchorRelativePath(const std::string &anchorPath, const std::string &path)
Definition: resolutionFunctions.cpp:63
PXR_NAMESPACE_USING_DIRECTIVE void RemoveSdfFormatArgs(std::string &uri)
Definition: resolutionFunctions.cpp:23
bool _IsNotFilePath(const std::string &path)
Definition: resolutionFunctions.cpp:58
bool _IsRelativePath(const std::string &path)
Definition: resolutionFunctions.cpp:34
bool _IsAyonPath(const std::string &assetPath)
Definition: resolutionFunctions.cpp:43
ArResolvedPath _ResolveAnchored(const std::string &anchorPath, const std::string &path)
Definition: resolutionFunctions.cpp:78
bool _IsFileRelativePath(const std::string &path)
Definition: resolutionFunctions.cpp:39