This file is indexed.

/usr/include/android/host/Directories.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
 9
10
#ifndef HOST_MKDIRS_H
#define HOST_MKDIRS_H

#include <string>

std::string parent_dir(const std::string& path);

extern "C" int mkdirs(const char* path);

#endif // HOST_MKDIRS_H