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

  /development/testrunner/
runtest.py 355 for install_path in re.split(r'\s+', install_paths):
356 if filter_re and not filter_re.match(install_path):
358 if install_path.endswith(".apk"):
359 abs_install_path = os.path.join(self._root_path, install_path)
368 self._PushInstallFileToDevice(install_path)
370 def _PushInstallFileToDevice(self, install_path):
371 m = self._re_make_install_path.match(install_path)
377 abs_install_path = os.path.join(self._root_path, install_path)
381 logger.Log("Error: Failed to recognize path of file to install %s" % install_path)
  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGenerator.py 195 install_path = os.path.dirname(os.path.realpath(args.toplevel_config))
199 structPath=install_path)
  /external/clang/
build.py 175 install_path = os.path.join(install_dir, dirname)
176 if not os.path.exists(install_path):
177 os.makedirs(install_path)
180 install_file(built_path, install_path)
187 ['strip', os.path.join(install_path, file_name)])
243 install_path = os.path.join(install_dir, 'tools', tool)
244 install_directory(tool_path, install_path)
  /external/v8/tools/gyp/pylib/gyp/generator/
make.py 755 install_path = self._InstallableTargetInstallPath()
758 install_path = self.output
820 target_outputs[qualified_target] = install_path
    [all...]
  /ndk/build/tools/
package.py 140 install_path = 'platforms/android-' + platform_str
141 packages.append((package_name, install_path))
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_msi.py 338 install_path = r"SOFTWARE\Python\PythonCore\%s\InstallPath" % ver
354 [(machine_reg, 2, install_path, None, Type),
355 (user_reg, 1, install_path, None, Type)])
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_msi.py 338 install_path = r"SOFTWARE\Python\PythonCore\%s\InstallPath" % ver
354 [(machine_reg, 2, install_path, None, Type),
355 (user_reg, 1, install_path, None, Type)])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 338 install_path = r"SOFTWARE\Python\PythonCore\%s\InstallPath" % ver
354 [(machine_reg, 2, install_path, None, Type),
355 (user_reg, 1, install_path, None, Type)])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 338 install_path = r"SOFTWARE\Python\PythonCore\%s\InstallPath" % ver
354 [(machine_reg, 2, install_path, None, Type),
355 (user_reg, 1, install_path, None, Type)])
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c 2553 DBusString install_path; local
    [all...]

Completed in 396 milliseconds