HomeSort by relevance Sort by last modified time
    Searched defs:src_file (Results 1 - 6 of 6) sorted by null

  /bionic/tests/
sys_sendfile_test.cpp 27 TemporaryFile src_file; local
28 ASSERT_EQ(5, TEMP_FAILURE_RETRY(write(src_file.fd, "hello", 5)));
34 ssize_t rc = sendfile(dst_file.fd, src_file.fd, &offset, count);
46 TemporaryFile src_file; local
47 ASSERT_EQ(5, TEMP_FAILURE_RETRY(write(src_file.fd, "hello", 5)));
53 ssize_t rc = sendfile64(dst_file.fd, src_file.fd, &offset, count);
  /device/google/marlin/recovery/oem-recovery/
oem-updater.cpp 39 char *src_file, *dst_file; local
44 if (ReadArgs(state, argv, 2, &src_file, &dst_file))
47 rc = decrypt_image(src_file, dst_file);
49 free(src_file);
  /external/autotest/client/tests/kvm/
get_started.py 90 src_file = config_file variable
94 shutil.copyfile(src_file, dst_file)
  /external/libjpeg-turbo/
wrjpgcom.c 546 FILE * src_file; local
553 src_file = (comment_file != NULL ? comment_file : stdin);
554 while ((c = getc(src_file)) != EOF) {
  /external/opencv3/modules/videoio/test/
test_video_io.cpp 258 string src_file = dir + "../cv/shared/video_for_test.avi"; local
261 ts->printf(ts->LOG, "reading video : %s and converting it to %s\n", src_file.c_str(), tmp_name.c_str());
263 CvCapture* cap = cvCaptureFromFile(src_file.c_str());
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c 305 char *src_file; member in struct:__anon75577::slot
    [all...]

Completed in 245 milliseconds