OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sbfd
(Results
1 - 1
of
1
) sorted by null
/system/vold/
VolumeManager.cpp
366
int
sbfd
= open(loopDevice, O_RDWR);
local
367
if (
sbfd
< 0) {
377
if (lseek(
sbfd
, (numImgSectors * 512), SEEK_SET) < 0) {
378
close(
sbfd
);
388
if (write(
sbfd
, &sb, sizeof(sb)) != sizeof(sb)) {
389
close(
sbfd
);
398
close(
sbfd
);
[
all
...]
Completed in 72 milliseconds