OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cand_name
(Results
1 - 1
of
1
) sorted by null
/hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp
197
char
cand_name
[20];
local
199
strncpy(
cand_name
, dev_prefix, sizeof(
cand_name
) / sizeof(
cand_name
[0]));
203
snprintf(&
cand_name
[prefix_len],
204
sizeof(
cand_name
) / sizeof(
cand_name
[0]),
206
int dev_num = find_type_by_name(
cand_name
, "iio:device");
208
strncpy(dev_full_name,
cand_name
, len);
214
snprintf(&
cand_name
[prefix_len],
[
all
...]
Completed in 61 milliseconds