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