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

  /external/llvm/include/llvm/Support/
ToolOutputFile.h 27 /// Installer - This class is declared before the raw_fd_ostream so that
40 } Installer;
43 /// Installer.
57 void keep() { Installer.Keep = true; }
  /external/llvm/lib/Support/
ToolOutputFile.cpp 38 : Installer(filename),
42 Installer.Keep = true;
  /tools/motodev/makefile/
autotest.sh 3 installer=`ls /android/4.1.0/output/output/MOTODEV_Application_Validator_* | grep linux.gtk`
6 echo [Autotest] Installer found
8 echo [Autotest] Installer not found, exiting
13 cp $installer /android/tests/AppValidator_install/.
15 tar -xvf $installer
16 #rm $installer
  /external/qemu/distrib/sdl-1.2.15/Xcode/
package 87 #set archiver = /NextAdmin/Installer.app/Resources/installer_bigtar
151 echo Generating Installer package $pkg ...
  /frameworks/base/services/java/com/android/server/pm/
Installer.java 28 public final class Installer {
29 private static final String TAG = "Installer";
PackageManagerService.java 289 final Installer mInstaller;
    [all...]
Settings.java     [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 60 import com.android.server.pm.Installer;
123 Installer installer = null; local
207 installer = new Installer();
208 installer.ping();
250 pm = PackageManagerService.main(context, installer,
    [all...]

Completed in 177 milliseconds