Lines Matching refs:header_path
86 std::string header_path; member
101 collectHeaders(location.header_path, location.ignored_directories); in collectRequirements()
104 if (is_dir(location.header_path)) { in collectRequirements()
105 dependencies.emplace_back(location.header_path); in collectRequirements()
191 auto vfs = createCommonVFS(location.header_path, location.dependency_dir, add_include); in compileHeaders()
614 location.header_path = versioner_dir + "/current"; in main()
620 if (!android::base::Realpath(argv[optind], &location.header_path)) { in main()
632 std::string fortify_path = location.header_path; in main()
633 if (!android::base::EndsWith(location.header_path, "/")) { in main()
650 if (const char *path = location.header_path.c_str(); stat(path, &st) != 0) { in main()
677 declaration_database->dump(location.header_path + "/"); in main()
693 failed = !preprocessHeaders(preprocessor_output_path, location.header_path, in main()