Searched refs:io_type (Results 1 – 2 of 2) sorted by relevance
33 static std::string get_type_path(const char* io_type) { in get_type_path() argument34 return android::base::StringPrintf("%s/%s", OTAIO_BASE_DIR, io_type); in get_type_path()43 bool should_fault_inject(const char* io_type) { in should_fault_inject() argument49 const std::string type_path = get_type_path(io_type); in should_fault_inject()64 std::string fault_fname(const char* io_type) { in fault_fname() argument65 std::string type_path = get_type_path(io_type); in fault_fname()
58 bool should_fault_inject(const char* io_type);70 std::string fault_fname(const char* io_type);