Home
last modified time | relevance | path

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

/bootable/recovery/otafault/
Dconfig.cpp33 static std::string get_type_path(const char* io_type) { in get_type_path() argument
34 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() argument
49 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() argument
65 std::string type_path = get_type_path(io_type); in fault_fname()
/bootable/recovery/otafault/include/otafault/
Dconfig.h58 bool should_fault_inject(const char* io_type);
70 std::string fault_fname(const char* io_type);