Home
last modified time | relevance | path

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

/aosp_15_r20/system/tools/sysprop/tests/
DRustGenTest.cpp484 std::string rust_output_path = temp_dir.path + "/mod.rs"s; in TEST() local
490 android::base::ReadFileToString(rust_output_path, &rust_output, true)); in TEST()