OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dev_path
(Results
1 - 2
of
2
) sorted by null
/system/core/include/cutils/
partition_utils.h
23
void erase_footer(const char *
dev_path
, long long size);
/external/bluetooth/bluedroid/btif/co/
bta_hh_co.c
36
const char *
dev_path
= "/dev/uhid";
variable
257
p_dev->fd = open(
dev_path
, O_RDWR | O_CLOEXEC);
284
p_dev->fd = open(
dev_path
, O_RDWR | O_CLOEXEC);
Completed in 751 milliseconds