Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp65 std::string SEARCH_PATH; variable
123 prog_args.push_back(SEARCH_PATH + imploded.str()); // Pass in the save location in PartitionHash()
1371 FILE* to_flash = fopen((SEARCH_PATH + fname).c_str(), "rb"); in TEST_P()
1496 FILE* to_flash = fopen((SEARCH_PATH + packed_image).c_str(), "rb"); in TEST_P()
1537 FILE* to_stage = fopen((SEARCH_PATH + test.input).c_str(), "rb"); in TEST_P()
1774 fastboot::SEARCH_PATH = (found != args.end()) ? found->second + "/" : ""; in main()
1777 if (!fastboot::extension::ParseXml(fastboot::SEARCH_PATH + args.at("config"), in main()