HomeSort by relevance Sort by last modified time
    Searched refs:mtd (Results 201 - 222 of 222) sorted by null

1 2 3 4 5 6 7 89

  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /bootable/recovery/applypatch/
applypatch.c 50 // A special 'filename' beginning with "MTD:" or "EMMC:" means to
52 if (strncmp(filename, "MTD:", 4) == 0 ||
121 // Load the contents of an MTD or EMMC partition into the provided
123 // "MTD:<partition_name>:<size_1>:<sha1_1>:<size_2>:<sha1_2>:..." (or
136 enum PartitionType { MTD, EMMC };
144 if (strcmp(magic, "MTD") == 0) {
145 type = MTD;
192 case MTD:
198 const MtdPartition* mtd = mtd_find_partition_by_name(partition); local
199 if (mtd == NULL)
387 const MtdPartition* mtd = mtd_find_partition_by_name(partition); local
    [all...]
  /bootable/recovery/updater/
install.c 48 // fs_type="yaffs2" partition_type="MTD" location=partition
84 if (strcmp(partition_type, "MTD") == 0) {
86 const MtdPartition* mtd; local
87 mtd = mtd_find_partition_by_name(location);
88 if (mtd == NULL) {
89 fprintf(stderr, "%s: no mtd partition named \"%s\"",
94 if (mtd_mount_partition(mtd, mount_point, fs_type, 0 /* rw */) != 0) {
95 fprintf(stderr, "mtd mount of %s failed: %s\n",
182 // fs_type="yaffs2" partition_type="MTD" location=partition fs_size=<bytes>
214 if (strcmp(partition_type, "MTD") == 0)
216 const MtdPartition* mtd = mtd_find_partition_by_name(location); local
810 const MtdPartition* mtd = mtd_find_partition_by_name(partition); local
    [all...]
  /system/core/toolbox/
nandread.c 9 #include <mtd/mtd-user.h>
126 fprintf(stderr, "failed get mtd info for %s, %s\n",
  /system/extras/tests/fstest/
perm_checker.conf 94 /dev/mtd/ 750 775 root root root root
95 /dev/mtd/mtd0 460 460 radio radio diag diag
96 /dev/mtd/* 600 600 root root root root
  /external/kernel-headers/original/linux/mtd/
map.h 12 #include <linux/mtd/compatmac.h>
171 At which point, you fill in the mtd->module with your own module
172 address, and register it with the MTD core code. Or you could partition
176 The mtd->priv field will point to the struct map_info, and any further
178 mtd->priv->fldrv_priv field. This allows the map driver to get at
237 void map_destroy(struct mtd_info *mtd);
  /bootable/recovery/mtdutils/
mtdutils.c 25 #include <mtd/mtd-user.h>
68 #define MTD_PROC_FILENAME "/proc/mtd"
120 * # cat /proc/mtd
137 matches = sscanf(bufp, "mtd%d: %x %x \"%63[^\"]",
242 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
269 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
292 fprintf(stderr, "mtd: ECCGETSTATS error (%s)\n", strerror(errno))
    [all...]
  /system/core/init/
init.c 30 #include <mtd/mtd-user.h>
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp 1315 QMetaMethod mtd = meta->method(conversionFailed.at(i)); local
1334 QMetaMethod mtd = meta->method(tooFewArgs.at(i)); local
1355 QMetaMethod mtd = meta->method(candidates.at(i).index); local
    [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 625 milliseconds

1 2 3 4 5 6 7 89