HomeSort by relevance Sort by last modified time
    Searched full:install_path (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/webkit/Source/ThirdParty/ANGLE/Configurations/
ANGLE.xcconfig 4 INSTALL_PATH = /usr/local/lib;
  /external/libmtp/
MacConfigExternalDebug.xcconfig 12 INSTALL_PATH=@executable_path
MacConfigExternalRelease.xcconfig 17 INSTALL_PATH=@executable_path
  /external/libusb/
MacConfigExternalDebug.xcconfig 12 INSTALL_PATH=@executable_path
MacConfigExternalRelease.xcconfig 17 INSTALL_PATH=@executable_path
  /external/libusb-compat/
MacConfigExternalDebug.xcconfig 12 INSTALL_PATH=@executable_path
MacConfigExternalRelease.xcconfig 17 INSTALL_PATH=@executable_path
  /build/core/tasks/
factory_ramdisk.mk 23 # PRODUCT_FACTORY_RAMDISK_MODULES consists of "<module_name>:<install_path>[:<install_path>...]" tuples.
24 # <install_path> is relative to TARGET_FACTORY_RAMDISK_OUT.
25 # We can have multiple <install_path>s because multiple modules may have the same name.
factory_bundle.mk 23 # PRODUCT_FACTORY_RAMDISK_MODULES consists of "<module_name>:<install_path>[:<install_path>...]" tuples.
24 # <install_path> is relative to the staging directory for the bundle.
  /external/webkit/Source/JavaScriptGlue/Configurations/
JavaScriptGlue.xcconfig 29 INSTALL_PATH = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
  /external/webkit/Source/WebKit2/Configurations/
PluginProcess.xcconfig 29 INSTALL_PATH = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/WebKit2.framework;
WebProcess.xcconfig 29 INSTALL_PATH = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/WebKit2.framework;
WebKit2.xcconfig 30 INSTALL_PATH = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
  /external/webkit/Tools/DumpRenderTree/mac/Configurations/
TestNetscapePlugIn.xcconfig 27 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Plugins"
  /external/webkit/Tools/WebKitLauncher/Configurations/
WebKitNightlyEnabler.xcconfig 25 INSTALL_PATH = @executable_path/../Resources;
  /external/webkit/Source/JavaScriptCore/gyp/
JavaScriptCore.gyp 57 'INSTALL_PATH': '$(BUILT_PRODUCTS_DIR)',
217 'INSTALL_PATH': '$(JAVASCRIPTCORE_FRAMEWORKS_DIR)/JavaScriptCore.framework/Resources',
  /external/webkit/Source/JavaScriptCore/
wscript 64 install_path = output_dir)
75 install_path = output_dir,
  /external/webkit/Tools/wx/browser/
wscript 52 install_path = output_dir)
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker_unittest.cc 169 FilePath install_path = local
171 EXPECT_FALSE(file_util::PathExists(install_path));
176 EXPECT_FALSE(file_util::PathExists(install_path));
  /external/webkit/Source/WebKit/wx/
wscript 108 install_path = output_dir)
121 bld.install_files(obj.install_path, [wxlibname])
124 bld.install_files(obj.install_path, [os.path.join(msvclibs_dir, dep)])
  /external/webkit/Source/WebCore/gyp/
WebCore.gyp 257 'INSTALL_PATH': '/usr/local/bin',
265 'INSTALL_PATH': '/usr/local/bin',
274 'INSTALL_PATH': '/usr/local/bin',
  /external/webkit/Source/JavaScriptCore/Configurations/
JavaScriptCore.xcconfig 46 INSTALL_PATH = $(JAVASCRIPTCORE_FRAMEWORKS_DIR);
  /external/webkit/Tools/DumpRenderTree/
wscript 64 install_path = output_dir)
  /development/testrunner/
runtest.py 292 install_path = m.group(1)
293 if install_path.endswith(".apk"):
294 abs_install_path = os.path.join(self._root_path, install_path)
298 self._PushInstallFileToDevice(install_path)
300 def _PushInstallFileToDevice(self, install_path):
301 m = self._RE_MAKE_INSTALL_PATH.match(install_path)
304 abs_install_path = os.path.join(self._root_path, install_path)
308 logger.Log("Error: Failed to recognize path of file to install %s" % install_path)
  /external/webkit/Examples/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/
project.pbxproj 174 INSTALL_PATH = "$(HOME)/Library/Bundles";
193 INSTALL_PATH = "$(HOME)/Library/Bundles";

Completed in 1395 milliseconds

1 2 3 4