Determine if any part of the file path specified in the Lua code differs in case from the actual path on disk. This is important because filesystems on devices are typically case-sensitive while those on desktops are not. If the file on disk does not have the same case, then "actualPath" is set to an allocated copy of the actual name (the caller should free this)
source not stored for this graph (policy: none)
no test coverage detected