Lines Matching refs:open
2 * Copyright (C) 2008 The Android Open Source Project
74 printf("failed to open \"%s\": %s\n", filename, strerror(errno));
218 printf("failed to open emmc partition \"%s\": %s\n",
328 int fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
330 printf("failed to open \"%s\" for write: %s\n",
427 int fd = open(partition, O_RDWR);
429 printf("failed to open %s: %s\n", partition, strerror(errno));
457 int dc = open("/proc/sys/vm/drop_caches", O_WRONLY);
941 output = open(outname, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
943 printf("failed to open output file %s: %s\n",