Home | History | Annotate | Download | only in applypatch

Lines Matching refs:ota_open

270     int fd = ota_open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_SYNC, S_IRUSR | S_IWUSR);
370 int fd = ota_open(partition, O_RDWR | O_SYNC);
400 fd = ota_open(partition, O_RDONLY);
409 int dc = ota_open("/proc/sys/vm/drop_caches", O_WRONLY);
899 output_fd = ota_open(tmp_target_filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_SYNC,