/system/vold/ |
Fat.h | 29 static int format(const char *fsPath, unsigned int numSectors, bool wipe); 32 static void wipe(const char *fsPath, unsigned int numSectors);
|
Fat.cpp | 172 int Fat::format(const char *fsPath, unsigned int numSectors, bool wipe) { 179 Fat::wipe(fsPath, numSectors); 190 if (numSectors) { 192 snprintf(tmp, sizeof(tmp), "%u", numSectors); 230 void Fat::wipe(const char *fsPath, unsigned int numSectors) { 236 if (numSectors == 0) { 237 numSectors = get_blkdev_size(fd); 239 if (numSectors == 0) { 245 range[1] = (unsigned long long)numSectors * 512; 249 SLOGI("Fat wipe %d sectors on %s succeeded", numSectors, fsPath) [all...] |
Devmapper.h | 28 unsigned int numSectors, char *buffer, size_t len);
|
Loop.h | 34 static int createImageFile(const char *file, unsigned int numSectors);
|
Devmapper.cpp | 167 unsigned int numSectors, char *ubuffer, size_t len) { 229 tgt->length = numSectors;
|
Loop.cpp | 235 int Loop::createImageFile(const char *file, unsigned int numSectors) { 243 if (ftruncate(fd, numSectors * 512) < 0) {
|
VolumeManager.h | 92 int createAsec(const char *id, unsigned numSectors, const char *fstype,
|
VolumeManager.cpp | 268 int VolumeManager::createAsec(const char *id, unsigned int numSectors, const char *fstype, 295 if (numSectors < ((1024*1024)/512)) { 296 SLOGE("Invalid container size specified (%d sectors)", numSectors); 334 unsigned fatSize = (((numSectors * 4) / 512) + 1) * 2; 335 unsigned numImgSectors = numSectors + fatSize + 2; [all...] |
CommandListener.cpp | 343 unsigned int numSectors = (atoi(argv[3]) * (1024 * 1024)) / 512; 345 rc = vm->createAsec(argv[2], numSectors, argv[4], argv[5], atoi(argv[6]), isExternal);
|
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
disk_parser.js | 147 var numSectors = parseInt(event[9]); 148 var key = device + '-' + sector + '-' + numSectors; 162 var numSectors = parseInt(event[9]); 164 var key = device + '-' + sector + '-' + numSectors; 169 numSectors: numSectors,
|
disk_parser_test.js | 62 assertEquals(16, slice.args.numSectors);
|
/external/fsck_msdos/ |
boot.c | 233 boot->NumSectors = boot->Sectors; 235 boot->NumSectors = boot->HugeSectors; 243 boot->NumClusters = (boot->NumSectors - boot->ClusterOffset) / boot->SecPerClust;
|
dosfs.h | 77 u_int32_t NumSectors; /* how many sectors are there */
|
/prebuilts/devtools/tools/lib/ |
jobb.jar | |
/external/chromium-trace/ |
script.js | 50 this.openAsyncSlice(b,"block",g.threadName,g.pid,c+"-"+e+"-"+h,a);return!0},blockRqCompleteEvent:function(a,c,e,b,g){var h=/(\d+,\d+) (F)?([DWRN])(F)?(A)?(S)?(M)? \(.*\) (\d+) \+ (\d+) \[(.*)\]/.exec(g.details);if(!h)return!1;a=h[1];c=parseInt(h[8]);e=parseInt(h[9]);h=parseInt(h[10]);this.closeAsyncSlice(b,"block",g.threadName,g.pid,a+"-"+c+"-"+e,{device:a,sector:c,numSectors:e,error:h});return!0}};b.registerSubtype(d);return{DiskParser:d}});"use strict";base.require("tracing.importer.linux_perf.parser"); [all...] |
/external/chromium-trace/trace-viewer/test_data/ |
android_systrace.html | [all...] |