OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dev_prefix
(Results
1 - 5
of
5
) sorted by null
/hardware/invensense/65xx/libsensors_iio/
MPLSupport.h
32
int fill_dev_full_name_by_prefix(const char*
dev_prefix
,
MPLSupport.cpp
219
int fill_dev_full_name_by_prefix(const char*
dev_prefix
,
223
int prefix_len = strlen(
dev_prefix
);
224
strncpy(cand_name,
dev_prefix
, sizeof(cand_name) / sizeof(cand_name[0]));
/system/core/metricsd/
metrics_collector_main.cc
34
std::string
dev_prefix
= "/dev/block/";
local
44
if (!base::StartsWith(dev_path,
dev_prefix
,
49
return "/sys/class/block/" + dev_path.substr(
dev_prefix
.length()) + "/stat";
/hardware/invensense/6515/libsensors_iio/
MPLSupport.h
31
int fill_dev_full_name_by_prefix(const char*
dev_prefix
,
MPLSupport.cpp
219
int fill_dev_full_name_by_prefix(const char*
dev_prefix
,
223
int prefix_len = strlen(
dev_prefix
);
224
strncpy(cand_name,
dev_prefix
, sizeof(cand_name) / sizeof(cand_name[0]));
Completed in 217 milliseconds