Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dsoftware_manager.py417 r_cmd = self.base_command + ' ' + 'erase' + ' ' + name
419 utils.system(r_cmd)
468 r_cmd = self.base_command + ' ' + 'update'
470 utils.system(r_cmd)
556 r_cmd = self.base_command + ' ' + 'erase' + ' ' + name
559 utils.system(r_cmd)
652 r_cmd = self.base_command + ' ' + command + ' ' + flag + ' ' + name
655 utils.system(r_cmd)
/external/ltp/testcases/kernel/fs/doio/
Ddoio.h168 int r_cmd; /* LC_START or LC_WAIT */ member
Ddoio.c2225 if (listio(lio->r_cmd, &lio_req, 1) < 0) { in do_listio()
2229 format_listio(req, lio->r_cmd, &lio_req, 1, fd, in do_listio()
2253 format_listio(req, lio->r_cmd, &lio_req, 1, fd, in do_listio()
2292 format_listio(req, lio->r_cmd, in do_listio()
Diogen.c913 req->r_data.listio.r_cmd = cmd; in form_iorequest()