OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_mtd
(Results
1 - 2
of
2
) sorted by null
/external/vboot_reference/futility/
dump_kernel_config_lib.c
154
int
is_mtd
= (major(stat_buf.st_rdev) == MTD_CHAR_MAJOR);
local
155
if (
is_mtd
) {
169
if (
is_mtd
) {
/external/vboot_reference/cgpt/
cgpt_wrapper.c
42
static bool
is_mtd
(const char *device_path) {
function
59
if (
is_mtd
(argv[i])) {
Completed in 182 milliseconds