Home
last modified time | relevance | path

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

/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/
H A DXMPFiles_Impl.cpp202 …ool CreateNewFile ( const char * newPath, const char * origPath, size_t filePos, bool copyMacRsrc ) in CreateNewFile() argument
241 IgnoreParam(origPath); IgnoreParam(filePos); IgnoreParam(copyMacRsrc); in CreateNewFile()
267 copyMacRsrc = false; in CreateNewFile()
274 copyMacRsrc = false; in CreateNewFile()
276 if ( copyMacRsrc ) { // Copy the resource fork as a byte stream. in CreateNewFile()
298 IgnoreParam(filePos); IgnoreParam(copyMacRsrc); in CreateNewFile()
318 void CreateTempFile ( const std::string & origPath, std::string * tempPath, bool copyMacRsrc ) in CreateTempFile() argument
361 if ( CreateNewFile ( tempPath->c_str(), origPath.c_str(), namePos, copyMacRsrc ) ) return; in CreateTempFile()
375 if ( CreateNewFile ( tempPath->c_str(), origPath.c_str(), namePos, copyMacRsrc ) ) return; in CreateTempFile()
H A DXMPFiles_Impl.hpp428 extern void CreateTempFile ( const std::string & origPath, std::string * tempPath, bool copyMacRsrc
/dports/graphics/dcp2icc/dcp2icc-0.1/fixes/XMP-Toolkit/
H A DXMPFiles_Impl.cpp202 …ool CreateNewFile ( const char * newPath, const char * origPath, size_t filePos, bool copyMacRsrc ) in CreateNewFile() argument
241 IgnoreParam(origPath); IgnoreParam(filePos); IgnoreParam(copyMacRsrc); in CreateNewFile()
267 copyMacRsrc = false; in CreateNewFile()
274 copyMacRsrc = false; in CreateNewFile()
276 if ( copyMacRsrc ) { // Copy the resource fork as a byte stream. in CreateNewFile()
298 IgnoreParam(filePos); IgnoreParam(copyMacRsrc); in CreateNewFile()
318 void CreateTempFile ( const std::string & origPath, std::string * tempPath, bool copyMacRsrc ) in CreateTempFile() argument
361 if ( CreateNewFile ( tempPath->c_str(), origPath.c_str(), namePos, copyMacRsrc ) ) return; in CreateTempFile()
375 if ( CreateNewFile ( tempPath->c_str(), origPath.c_str(), namePos, copyMacRsrc ) ) return; in CreateTempFile()