HomeSort by relevance Sort by last modified time
    Searched refs:file (Results 501 - 525 of 31893) sorted by null

<<21222324252627282930>>

  /external/fio/os/windows/posix/include/
dlfcn.h 6 void *dlopen(const char *file, int mode);
  /external/icu/icu4c/source/
mkinstalldirs 16 for file
18 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
  /external/linux-kselftest/tools/testing/selftests/kcmp/
Makefile 5 EXTRA_CLEAN := $(OUTPUT)/kcmp-test-file
  /external/llvm/test/MC/ELF/
debug-loc.s 28 .file 1 "Driver.ii"
  /external/ltp/lib/
safe_pthread.c 24 int safe_pthread_create(const char *file, const int lineno,
33 tst_brk_(file, lineno, TBROK,
41 int safe_pthread_join(const char *file, const int lineno,
49 tst_brk_(file, lineno, TBROK,
tst_safe_sysv_ipc.c 26 int safe_msgget(const char *file, const int lineno, key_t key, int msgflg)
33 file, lineno, (int)key, msgflg);
39 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp,
48 file, lineno, msqid, msgp, msgsz, msgflg);
54 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp,
63 file, lineno, msqid, msgp, msgsz, msgtyp, msgflg);
69 int safe_msgctl(const char *file, const int lineno, int msqid, int cmd,
77 file, lineno, msqid, cmd, buf);
83 int safe_shmget(const char *file, const int lineno, key_t key, size_t size,
91 file, lineno, (int)key, size, shmflg)
    [all...]
  /external/ltp/testcases/kernel/sched/sched_stress/
sched.c 45 extern FILE *logfile;
58 error("passed bad file name to openlog()", __FILE__, __LINE__);
61 * Open the log file...
63 if ((logfile = fopen(filename, "a")) == (FILE *) NULL)
90 void sys_error(const char *msg, const char *file, int line)
95 error(syserr_msg, file, line);
105 void error(const char *msg, const char *file, int line)
107 fprintf(stderr, "ERROR [file: %s, line: %d] %s\n", file, line, msg);
  /external/ltp/testcases/kernel/security/integrity/ima/src/
ima_mmap.c 12 * File: ima_mmap.c
14 * Open and mmap a file and sleep. Another process will open the
15 * mmapped file in read mode, resulting in a open_writer violation.
31 void *file; local
44 file = mmap(NULL, 1024, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
45 if (file == (void *)-1) {
51 if (munmap(file, 1024) < 0) {
  /external/ltp/utils/ffsb-6.0-rc2/
mkinstalldirs 11 for file
13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
  /external/proguard/src/proguard/io/
DirectoryPump.java 27 * This class can read a given file or directory, recursively, applying a given
34 private final File directory;
37 public DirectoryPump(File directory)
50 throw new IOException("No such file or directory");
61 private void readFiles(File file, DataEntryReader dataEntryReader)
64 // Pass the file data entry to the reader.
65 dataEntryReader.read(new FileDataEntry(directory, file));
67 if (file.isDirectory())
70 File[] files = file.listFiles()
    [all...]
  /external/python/cpython2/Demo/comparisons/
regextest.py 5 # Read a file of (extended per egrep) regular expressions (one per line),
15 # - produces output in the format <file>:<lineno>:<line>
28 for file in sys.argv[1:]:
30 fp = open(file, 'r')
32 print "%s: %s" % (file, msg)
41 print "%s:%s:%s" % (file, lineno, line),
  /external/selinux/checkpolicy/
parse_util.h 33 int read_source_policy(policydb_t * p, const char *file, const char *progname);
  /external/smali/dexlib2/
build.gradle 32 ext.testAccessorOutputDir = file("${buildDir}/generated-src/accessorTest/java")
33 ext.testAccessorOutputFile = file("${testAccessorOutputDir}/org/jf/dexlib2/AccessorTypes.java")
61 // You must manually execute this task to regenerate SyntheticAccessorFSM.java, after modifying the ragel file
66 commandLine 'ragel', '-J', '-o', file('src/main/java/org/jf/dexlib2/util/SyntheticAccessorFSM.java'),
71 file(testAccessorOutputFile.parent).mkdirs()
72 outputs.dir file(testAccessorOutputDir)
82 def outputDex = file('src/test/resources/accessorTest.dex')
83 file(outputDex.parent).mkdirs()
86 outputs.file outputDex
  /external/strace/tests/
fstatfs.c 34 # define SYSCALL_ARG(file, desc) (desc)
fstatfs64.c 34 # define SYSCALL_ARG(file, desc) (desc)
  /external/strace/tests-m32/
fstatfs.c 34 # define SYSCALL_ARG(file, desc) (desc)
fstatfs64.c 34 # define SYSCALL_ARG(file, desc) (desc)
  /external/strace/tests-mx32/
fstatfs.c 34 # define SYSCALL_ARG(file, desc) (desc)
fstatfs64.c 34 # define SYSCALL_ARG(file, desc) (desc)
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
debug-loc.s 26 .file 1 "Driver.ii"
  /external/syslinux/libinstaller/
advio.c 40 * invalid, and 2 if the file does not exist.
44 char *file; local
50 rv = asprintf(&file, "%s%s%s", path,
53 if (rv < 0 || !file) {
58 fd = open(file, O_RDONLY);
81 perror(file);
86 free(file);
97 char *file; local
103 rv = asprintf(&file, "%s%s%s", path,
106 if (rv < 0 || !file) {
    [all...]
  /external/toybox/tests/
link.test 11 testing "fails on non-existent file" "link foo/foo baz || echo GOOD" "GOOD\n" "" ""
14 echo file1 > file
15 testing "create_hardlink" "link file hlink && [ file -ef hlink ] &&
20 testing "preserves_hardlinks" "link file hlink 2>/dev/null || echo 'yes'; rm -rf hlink" \
23 echo file1 > file
24 testing "create_hardlink_and_remove_sourcefile" "link file hlink &&
25 [ file -ef hlink ] && rm -rf file && [ -f hlink ] && echo 'yes'; rm -f file hlink"
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_fileutils.h 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
36 explicit ResourceFileReader(FILE* file) : file_(file) {}
37 FILE* file_;
51 explicit OutputFileWriter(FILE* file) : file_(file) {}
    [all...]
  /external/zlib/src/contrib/minizip/
mztools.h 20 /* Repair a ZIP file (missing central directory)
21 file: file to recover
22 fileOut: output file after recovery
23 fileOutTmp: temporary file name used for recovery
25 extern int ZEXPORT unzRepair(const char* file,
  /frameworks/compile/slang/lit-tests/
rs-filecheck-wrapper.sh 14 $FILECHECK -input-file $OUTDIR/bc32/$FILECHECK_INPUTFILE $SOURCEFILE $@
15 $FILECHECK -input-file $OUTDIR/bc64/$FILECHECK_INPUTFILE $SOURCEFILE $@

Completed in 592 milliseconds

<<21222324252627282930>>