Searched refs:localBunPath (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c189 char* localBunPath = ""; variable
609 success &= CopyCStringFromDict(engineDict, &localBunPath, kCCLEngineBundlePathKey);
797 if (*localBunPath)
798 localBundleURL = CFURLCreateFromFileSystemRepresentation(NULL, (UInt8*) localBunPath, strlen(localBunPath), true /*isDir*/);

Completed in 74 milliseconds