Lines Matching refs:externalFilePath
224 if ( fileInfo.externalFilePath != NULL ) in detail_OpenFileStream()
227 OpenExtStreamImpl( buffer, size, fileInfo.externalFilePath, 0, 0 ); in detail_OpenFileStream()
273 if ( groupInfo.externalFilePath != NULL )
276 …io::FileStream* stream = OpenExtStreamImpl( buffer, size, groupInfo.externalFilePath, itemOffset, …
289 if ( groupInfo.externalFilePath != NULL )
291 …io::FileStream* stream = OpenExtStreamImpl( buffer, size, groupInfo.externalFilePath, groupInfo.of…
304 if ( groupInfo.externalFilePath != NULL )
306 …io::FileStream* stream = OpenExtStreamImpl( buffer, size, groupInfo.externalFilePath, groupInfo.wa…
318 const char* externalFilePath, in OpenExtStreamImpl() argument
327 if ( externalFilePath[0] == '/' ) in OpenExtStreamImpl()
329 fullPath = externalFilePath; in OpenExtStreamImpl()
333 std::size_t fileLen = std::strlen( externalFilePath ); in OpenExtStreamImpl()
338 m_ExtFileRoot, externalFilePath ); in OpenExtStreamImpl()
342 ut::strncat( pathBuffer, FILE_PATH_MAX, externalFilePath, fileLen+1 ); in OpenExtStreamImpl()