OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numSectors
(Results
1 - 11
of
11
) sorted by null
/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
);
VolumeManager.h
92
int createAsec(const char *id, unsigned
numSectors
, const char *fstype,
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.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);
/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
...]
Completed in 121 milliseconds