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:66
PXR_NAMESPACE_USING_DIRECTIVE void RemoveSdfFormatArgs(std::string &uri)
Definition: resolutionFunctions.cpp:25
bool _IsNotFilePath(const std::string &path)
Definition: resolutionFunctions.cpp:61
bool _IsRelativePath(const std::string &path)
Definition: resolutionFunctions.cpp:36
bool _IsAyonPath(const std::string &assetPath)
Definition: resolutionFunctions.cpp:45
ArResolvedPath _ResolveAnchored(const std::string &anchorPath, const std::string &path)
Definition: resolutionFunctions.cpp:81
bool _IsFileRelativePath(const std::string &path)
Definition: resolutionFunctions.cpp:41