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

  /external/v8/tools/gyp/test/rules-rebuild/src/
make-sources.py 10 (in_file, c_file, h_file) = sys.argv[1:]
15 write_file(c_file, open(in_file, 'rb').read())
  /external/v8/tools/gyp/test/symlinks/
gyptest-symlinks.py 32 with tempfile.NamedTemporaryFile() as c_file:
37 c_file.write(orig_c_file.read())
38 c_file.flush()
58 os.symlink(c_file.name, symlink_c)
  /external/autotest/client/tests/kvm/tests/
usb.py 50 c_file = '/tmp/usbfile'
51 session.cmd("dd if=/dev/random of=%s bs=1M count=1" % c_file)
53 error.context("Copying %s to USB disk" % c_file)
54 session.cmd("cp %s /mnt" % c_file)
63 md5_root = session.cmd("md5sum %s" % c_file).strip()
64 md5_usb = session.cmd("md5sum /mnt/%s" % os.path.basename(c_file)).strip()
  /external/mesa3d/scons/
crossmingw.py 133 def compile_without_gstabs(env, sources, c_file):
142 This function compiles the given c_file without -gstabs, removes
143 the c_file from the sources list, then appends the new .o file to
154 obj_file = env2.SharedObject(c_file)
157 o_file = c_file.replace(".cpp", ".o")
161 sources.remove(c_file)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 272 c_file = os.path.join(tmp_dir, 'foo.c')
273 self.write_file(c_file, 'void initfoo(void) {};\n')
274 ext = Extension('foo', [c_file])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 272 c_file = os.path.join(tmp_dir, 'foo.c')
273 self.write_file(c_file, 'void initfoo(void) {};\n')
274 ext = Extension('foo', [c_file])
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 105 const char* c_file = file.c_str(); local
107 char* c_path = strdup(c_file);
    [all...]

Completed in 588 milliseconds