Home
last modified time | relevance | path

Searched refs:GenerateRustLibrary (Results 1 – 4 of 4) sorted by relevance

/system/tools/sysprop/include/
DRustGen.h25 android::base::Result<void> GenerateRustLibrary(
/system/tools/sysprop/
DRustMain.cpp99 if (auto res = GenerateRustLibrary(args.input_file_path, args.scope, in main()
DRustGen.cpp345 Result<void> GenerateRustLibrary(const std::string& input_file_path, in GenerateRustLibrary() function
/system/tools/sysprop/tests/
DRustGenTest.cpp486 ASSERT_RESULT_OK(GenerateRustLibrary(temp_file.path, scope, temp_dir.path)); in TEST()