Home
last modified time | relevance | path

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

/system/tools/sysprop/tests/
DRustGenTest.cpp529 std::string rust_output; in RustGenTest() local
531 android::base::ReadFileToString(rust_output_path, &rust_output, true)); in RustGenTest()
532 EXPECT_EQ(rust_output, expected_output); in RustGenTest()
534 unlink(rust_output.c_str()); in RustGenTest()