OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ota_fsync
(Results
1 - 5
of
5
) sorted by null
/bootable/recovery/otafault/
ota_io.h
51
int
ota_fsync
(int fd);
ota_io.cpp
158
int
ota_fsync
(int fd) {
function
/bootable/recovery/applypatch/
applypatch.cpp
283
if (
ota_fsync
(fd) != 0) {
392
if (
ota_fsync
(fd) != 0) {
[
all
...]
/bootable/recovery/updater/
blockimg.cpp
680
if (
ota_fsync
(fd) == -1) {
702
if (
ota_fsync
(dfd) == -1) {
[
all
...]
install.cpp
571
if (
ota_fsync
(fd) == -1) {
[
all
...]
Completed in 925 milliseconds