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

  /external/llvm/utils/
test_debuginfo.pl 18 my $executable_file = $ARGV[1];
21 my $output_dir = dirname $executable_file;
52 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()
  /system/extras/tests/fstest/
perm_checker.c 47 static char *executable_file; variable
181 add_rule(-1, executable_file,
416 executable_file = argv[0];

Completed in 5554 milliseconds