HomeSort by relevance Sort by last modified time
    Searched full:executable_file (Results 1 - 5 of 5) sorted by null

  /external/llvm/utils/
test_debuginfo.pl 23 my $executable_file = $ARGV[1];
26 my $output_dir = dirname $executable_file;
69 system("$my_debugger $debugger_options $debugger_script_file $executable_file > $output_file 2>&1");
  /external/chromium_org/build/mac/
change_mach_o_flags.py 256 executable_file = open(executable_path, 'rb+')
258 magic = ReadUInt32(executable_file, '<')
261 HandleFatFile(executable_file, options)
264 HandleMachOFile(executable_file, options)
266 raise MachOError, '%s is not a Mach-O or fat file' % executable_file
268 executable_file.close()
  /external/chromium_org/courgette/
courgette_tool.cc 25 " courgette -supported <executable_file>\n"
26 " courgette -dis <executable_file> <binary_assembly_file>\n"
27 " courgette -asm <binary_assembly_file> <executable_file>\n"
28 " courgette -disadj <executable_file> <reference> <binary_assembly_file>\n"
475 UsageProblem("-supported <executable_file>");
479 UsageProblem("-dis <executable_file> <courgette_file>");
487 UsageProblem("-disadj <executable_file> <model> <courgette_file>");
  /system/extras/tests/fstest/
perm_checker.c 47 static char *executable_file; variable
181 add_rule(-1, executable_file,
416 executable_file = argv[0];
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 624 executable_file = self.built_file_path(name, type=self.EXECUTABLE, **kw)
625 if executable_file not in self._to_install:
643 if i == executable_file:
    [all...]

Completed in 645 milliseconds