Searched refs:executable_file (Results 1 – 10 of 10) sorted by relevance
54 executable_file="${BUNDLE_NAME}.framework/${BUNDLE_NAME}"57 archs_str=$(xcrun lipo -info "${framework}/${executable_file}" |71 xcrun lipo "${framework}/${executable_file}" -thin "${arch}" -output "${arch_file}"73 mv "${framework}/${executable_file}" "${arch_file}"116 echo "The ${arch} in ${executable_file} is fully bitcode-enabled."122 echo "The ${arch} in ${executable_file} is NOT fully bitcode-enabled."143 rm "${executable_file}"144 mv "${BUNDLE_NAME}" "${executable_file}"
25 linker_options, executable_file): argument45 env_variables['EXECUTABLE_FILE'] = executable_file52 executable_file): argument70 linker_options, executable_file)100 executable_file = 'exe.exe'102 linker_options, executable_file)
23 my $executable_file = $ARGV[1];26 my $output_dir = dirname $executable_file;70 system("$my_debugger $debugger_options $debugger_script_file $executable_file > $output_file 2>&1");
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");
39 with open(self.executable_path, 'w+') as executable_file:40 executable_file.write('Executable file')54 with open(self.sub_executable_path, 'w+') as executable_file:55 executable_file.write('Executable sub file')
652 FileSpec executable_file(file_name); in OnDebuggerConnected() local653 FileSystem::Instance().Resolve(executable_file); in OnDebuggerConnected()654 ModuleSpec module_spec(executable_file); in OnDebuggerConnected()
1697 FileSpec executable_file; in LocateExecutable() local1698 executable_file.GetDirectory() = executable_dir.GetDirectory(); in LocateExecutable()1699 executable_file.GetFilename().SetCString(basename); in LocateExecutable()1700 if (FileSystem::Instance().Exists(executable_file)) in LocateExecutable()1701 return executable_file; in LocateExecutable()
81 def executable_file : UnsupportedSeparate<"Fe">, HelpText<"">;
132 executable_file=options.executable)
274 executable_file=options.executable)