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
63
int
sbfd
= open(name, O_RDWR);
local
64
if (
sbfd
< 0) {
69
if (lseek(
sbfd
, (numImgSectors * 512), SEEK_SET) < 0) {
71
close(
sbfd
);
75
if (write(
sbfd
, sb, sizeof(struct asec_superblock)) != sizeof(struct asec_superblock)) {
77
close(
sbfd
);
80
close(
sbfd
);
[
all
...]
Completed in 55 milliseconds