/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
mount_dev_mock.h | 11 #include "nacl_io/mount_dev.h"
|
mount_node_test.cc | 17 #include "nacl_io/mount_dev.h"
|
mount_node_tty_test.cc | 20 #include "nacl_io/mount_dev.h"
|
/system/core/adb/ |
remount_service.c | 54 char mount_dev[256]; local 60 mount_dev, mount_dir, &mount_freq, &mount_passno); 61 mount_dev[255] = 0; 64 return strdup(mount_dev);
|
/system/core/libcutils/ |
android_reboot.c | 34 char mount_dev[256]; local 51 mount_dev, mount_dir, mount_type, 53 mount_dev[255] = 0; 57 if ((match == 6) && !strncmp(mount_dev, "/dev/block", 10) && strstr(mount_opts, "rw")) {
|
/system/core/toolbox/ |
mount.c | 263 char mount_dev[256]; local 279 mount_dev, mount_dir, mount_type, 281 mount_dev[255] = 0; 286 (strcmp(arg, mount_dev) == 0 || 288 *dev = strdup(mount_dev);
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
library.dsc | 37 "mount_dev.cc", 179 "mount_dev.h",
|
mount_dev.cc | 15 #include "nacl_io/mount_dev.h"
|
kernel_proxy.cc | 26 #include "nacl_io/mount_dev.h" [all...] |
/dalvik/vm/ |
Init.cpp | 1660 char mount_dev[256]; local [all...] |