Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp90 const std::string DEFAULT_OUPUT_NAME = "out.img"; variable
1574 OUTPUT_PATH + (test.output.empty() ? DEFAULT_OUPUT_NAME : test.output); in TEST_P()