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

  /test/vts-testcase/kernel/api/rootdir/
VtsKernelRootDirTest.py 256 allowed_rc_files = set("/" + os.path.basename(rc_file) for rc_file in
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvccompiler.py 411 rc_file = os.path.join (rc_dir, base + '.rc')
414 ["/fo" + obj] + [rc_file])
msvc9compiler.py 529 rc_file = os.path.join (rc_dir, base + '.rc')
532 ["/fo" + obj] + [rc_file])
  /external/python/cpython2/Lib/distutils/
msvccompiler.py 411 rc_file = os.path.join (rc_dir, base + '.rc')
414 ["/fo" + obj] + [rc_file])
msvc9compiler.py 529 rc_file = os.path.join (rc_dir, base + '.rc')
532 ["/fo" + obj] + [rc_file])
  /external/python/cpython3/Lib/distutils/
_msvccompiler.py 362 rc_file = os.path.join(rc_dir, base + '.rc')
364 self.spawn([self.rc, "/fo" + obj, rc_file])
msvccompiler.py 404 rc_file = os.path.join (rc_dir, base + '.rc')
407 ["/fo" + obj] + [rc_file])
msvc9compiler.py 519 rc_file = os.path.join (rc_dir, base + '.rc')
522 ["/fo" + obj] + [rc_file])
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvccompiler.py 411 rc_file = os.path.join (rc_dir, base + '.rc')
414 ["/fo" + obj] + [rc_file])
msvc9compiler.py 529 rc_file = os.path.join (rc_dir, base + '.rc')
532 ["/fo" + obj] + [rc_file])
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
msvccompiler.py 411 rc_file = os.path.join (rc_dir, base + '.rc')
414 ["/fo" + obj] + [rc_file])
msvc9compiler.py 529 rc_file = os.path.join (rc_dir, base + '.rc')
532 ["/fo" + obj] + [rc_file])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 411 rc_file = os.path.join (rc_dir, base + '.rc')
414 ["/fo" + obj] + [rc_file])
msvc9compiler.py 529 rc_file = os.path.join (rc_dir, base + '.rc')
532 ["/fo" + obj] + [rc_file])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 411 rc_file = os.path.join (rc_dir, base + '.rc')
414 ["/fo" + obj] + [rc_file])
msvc9compiler.py 529 rc_file = os.path.join (rc_dir, base + '.rc')
532 ["/fo" + obj] + [rc_file])

Completed in 1180 milliseconds