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

  /external/chromium_org/build/linux/
python_arch.sh 13 file_out=$(file --dereference "$1")
19 echo $file_out | grep -qs "ARM"
25 echo $file_out | grep -qs "MIPS"
31 echo $file_out | grep -qs "x86-64"
37 echo $file_out | grep -qs "Intel 80386"
  /external/chromium/build/linux/
python_arch.sh 18 file_out=$(file "$python")
24 echo $file_out | grep -qs "ARM"
30 echo $file_out | grep -qs "x86-64"
36 echo $file_out | grep -qs "Intel 80386"
  /external/libvpx/libvpx/third_party/libmkv/
testlibmkv.c 58 FILE *file_out = fopen("test.mkv", "wb"); local
59 size_t bytesWritten = fwrite(data, 1, ebml.offset, file_out);
60 fclose(file_out);
  /external/openfst/src/lib/
flags.cc 105 bool file_out = false; local
120 if (file_out) cout << "\n";
122 file_out = true;
  /frameworks/av/services/audioflinger/
test-resample.cpp 135 const char* file_out = NULL; local
137 file_out = argv[0];
140 file_out = argv[1];
258 int output_fd = open(file_out, O_WRONLY | O_CREAT | O_TRUNC,
  /external/qemu/
qemu-char.c 1851 const char *file_out = qemu_opt_get(opts, "path"); local
    [all...]

Completed in 186 milliseconds