Lines Matching refs:externalFilePath
226 if ( fileInfo.externalFilePath != NULL ) in detail_OpenFileStream()
229 OpenExtStreamImpl( buffer, size, fileInfo.externalFilePath, 0, 0 ); in detail_OpenFileStream()
275 if ( groupInfo.externalFilePath != NULL )
278 …io::FileStream* stream = OpenExtStreamImpl( buffer, size, groupInfo.externalFilePath, itemOffset, …
291 if ( groupInfo.externalFilePath != NULL )
293 …io::FileStream* stream = OpenExtStreamImpl( buffer, size, groupInfo.externalFilePath, groupInfo.of…
306 if ( groupInfo.externalFilePath != NULL )
308 …io::FileStream* stream = OpenExtStreamImpl( buffer, size, groupInfo.externalFilePath, groupInfo.wa…
320 const char* externalFilePath, in OpenExtStreamImpl() argument
329 if ( externalFilePath[0] == '/' ) in OpenExtStreamImpl()
331 fullPath = externalFilePath; in OpenExtStreamImpl()
335 std::size_t fileLen = std::strlen( externalFilePath ); in OpenExtStreamImpl()
340 m_ExtFileRoot, externalFilePath ); in OpenExtStreamImpl()
344 ut::strncat( pathBuffer, FILE_PATH_MAX, externalFilePath, fileLen+1 ); in OpenExtStreamImpl()