Home
last modified time | relevance | path

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

/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DAVCHD_Handler.cpp366 static bool MakeLeafPath ( std::string * path, XMP_StringPtr root, XMP_StringPtr group, in MakeLeafPath() function
494 …bool foundClpi = MakeLeafPath ( &tempPath, rootPath.c_str(), "CLIPINF", leafName.c_str(), ".clpi",… in AVCHD_CheckFormat()
1400 …if ( MakeLeafPath ( &mplPath, strRootPath.c_str(), "PLAYLIST", playlistName, ".mpl", true /* check… in ReadAVCHDLegacyPlaylistFile()
1481 …if ( MakeLeafPath ( &mplPath, strRootPath.c_str(), "PLAYLIST", strClipName.c_str(), ".mpl", true /… in FindAVCHDLegacyPlaylistFile()
1872 …return MakeLeafPath ( path, this->rootPath.c_str(), "CLIPINF", this->clipName.c_str(), suffix, che… in MakeClipInfoPath()
1881 …return MakeLeafPath ( path, this->rootPath.c_str(), "STREAM", this->clipName.c_str(), suffix, chec… in MakeClipStreamPath()
1890 …return MakeLeafPath ( path, this->rootPath.c_str(), "PLAYLIST", this->clipName.c_str(), suffix, ch… in MakePlaylistPath()