Searched refs:product_file (Results 1 – 1 of 1) sorted by relevance
71 static std::string product_file(const char *extra) { in product_file() function1872 std::string system_src_path = product_file("system"); in adb_commandline()1873 std::string data_src_path = product_file("data"); in adb_commandline()1874 std::string vendor_src_path = product_file("vendor"); in adb_commandline()1875 std::string oem_src_path = product_file("oem"); in adb_commandline()