Searched refs:GenerateRustLibrary (Results 1 – 4 of 4) sorted by relevance
25 android::base::Result<void> GenerateRustLibrary(
99 if (auto res = GenerateRustLibrary(args.input_file_path, args.scope, in main()
345 Result<void> GenerateRustLibrary(const std::string& input_file_path, in GenerateRustLibrary() function
486 ASSERT_RESULT_OK(GenerateRustLibrary(temp_file.path, scope, temp_dir.path)); in TEST()