This file is indexed.

/etc/profile.d/qml_qv4_jit_cache.sh is in ubuntu-touch-session 0.108+16.04.20160407-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
# Don't enable cache on the emulator
if ! grep -q qemu /proc/cmdline; then
    export QV4_ENABLE_JIT_CACHE=1
fi