HomeSort by relevance Sort by last modified time
    Searched refs:installDir (Results 1 - 25 of 27) sorted by null

1 2

  /system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/
TimeZoneDistroInstaller.java 97 public TimeZoneDistroInstaller(String logTag, File systemTzDataFile, File installDir) {
100 oldStagedDataDir = new File(installDir, OLD_TZ_DATA_DIR_NAME);
101 stagedTzDataDir = new File(installDir, STAGED_TZ_DATA_DIR_NAME);
102 currentTzDataDir = new File(installDir, CURRENT_TZ_DATA_DIR_NAME);
103 workingDir = new File(installDir, WORKING_DIR_NAME);
  /external/python/cpython2/Lib/plat-mac/
pimp.py 280 installDir=None,
290 self.setInstallDir(installDir)
300 def setInstallDir(self, installDir=None):
301 if installDir:
304 ('--install-lib', installDir),
309 installDir = DEFAULT_INSTALLDIR
311 self.installDir = installDir
314 return self.installDir != DEFAULT_INSTALLDIR
330 if not os.path.exists(self.installDir)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 280 installDir=None,
290 self.setInstallDir(installDir)
300 def setInstallDir(self, installDir=None):
301 if installDir:
304 ('--install-lib', installDir),
309 installDir = DEFAULT_INSTALLDIR
311 self.installDir = installDir
314 return self.installDir != DEFAULT_INSTALLDIR
330 if not os.path.exists(self.installDir)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 280 installDir=None,
290 self.setInstallDir(installDir)
300 def setInstallDir(self, installDir=None):
301 if installDir:
304 ('--install-lib', installDir),
309 installDir = DEFAULT_INSTALLDIR
311 self.installDir = installDir
314 return self.installDir != DEFAULT_INSTALLDIR
330 if not os.path.exists(self.installDir)
    [all...]
  /build/soong/cc/
ndk_headers.go 109 installDir := getCurrentIncludePath(ctx).Join(ctx, to, strippedHeaderDir)
112 return installDir
124 installDir := getHeaderInstallDir(ctx, header, m.properties.From, m.properties.To)
125 installedPath := ctx.InstallFile(installDir, header)
126 installPath := installDir.Join(ctx, header.Base())
198 installDir := getHeaderInstallDir(ctx, header, m.properties.From, m.properties.To)
199 installPath := installDir.Join(ctx, header.Base())
installer.go 64 func (installer *baseInstaller) installDir(ctx ModuleContext) android.OutputPath {
79 installer.path = ctx.InstallFile(installer.installDir(ctx), file)
ndk_library.go 340 installDir := getNdkInstallBase(ctx).Join(ctx, fmt.Sprintf(
342 stub.installPath = ctx.InstallFile(installDir, path).String()
binary.go 345 ctx.InstallSymlink(binary.baseInstaller.installDir(ctx), symlink, binary.baseInstaller.path)
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 77 static int32_t pkg_installLibrary(const char *installDir, const char *dir, UBool noVersion);
78 static int32_t pkg_installFileMode(const char *installDir, const char *srcDir, const char *fileListName);
79 static int32_t pkg_installCommonMode(const char *installDir, const char *fileName);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar 
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/clang/lib/Driver/
MSVCToolChain.cpp 185 // Test that InstallDir is indeed there before keeping this index.
433 std::string installDir;
436 if (!getVisualStudioInstallDir(installDir))
444 BinDir = installDir;
527 "InstallDir", vsIDEInstallDir, nullptr);
535 "InstallDir", vsExpressIDEInstallDir, nullptr);
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/
gradle-tooling-api-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.10/
gradle-tooling-api-2.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14/
gradle-tooling-api-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14.1/
gradle-tooling-api-2.14.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/
gradle-tooling-api-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.8/
gradle-tooling-api-2.8.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.2/
gradle-tooling-api-3.2.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.3/
gradle-tooling-api-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.4.1/
gradle-tooling-api-3.4.1.jar 

Completed in 1432 milliseconds

1 2