OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sbfd
(Results
1 - 3
of
3
) sorted by null
/system/vold/
VolumeManager.cpp
99
int
sbfd
= open(name, O_RDWR | O_CLOEXEC);
local
100
if (
sbfd
< 0) {
105
if (lseek(
sbfd
, (numImgSectors * 512), SEEK_SET) < 0) {
107
close(
sbfd
);
111
if (write(
sbfd
, sb, sizeof(struct asec_superblock)) != sizeof(struct asec_superblock)) {
113
close(
sbfd
);
116
close(
sbfd
);
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
xsym.h
545
bfd *
sbfd
;
member in struct:bfd_sym_data_struct
xsym.c
[
all
...]
Completed in 154 milliseconds