This file is indexed.

/usr/include/android/host/pseudolocalize.h is in android-libhost-dev 21-4.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
#ifndef HOST_PSEUDOLOCALIZE_H
#define HOST_PSEUDOLOCALIZE_H

#include <string>

std::string pseudolocalize_string(const std::string& source);

#endif // HOST_PSEUDOLOCALIZE_H