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

1 2 3

  /external/chromium_org/chrome/installer/util/
helper.cc 19 base::FilePath install_path; local
28 if (PathService::Get(key, &install_path)) {
29 install_path = install_path.Append(dist->GetInstallSubDir());
30 install_path = install_path.Append(kInstallBinaryDir);
32 return install_path;
  /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
  /external/chromium_org/chrome/browser/ui/pdf/
adobe_reader_info_win.cc 128 base::FilePath install_path = GetInstalledPath(kRegistryAcrobatReader);
129 if (install_path.empty())
130 install_path = GetInstalledPath(kRegistryAcrobat);
131 if (install_path.empty())
135 bool found = app_cmd.find(install_path.value()) != base::string16::npos;
137 *path = install_path;
166 base::FilePath install_path; local
167 bool is_default = IsAdobeReaderDefaultPDFViewerInternal(&install_path);
172 FileVersionInfo::CreateFileVersionInfo(install_path));
  /external/chromium_org/components/component_updater/
default_component_installer.cc 66 const base::FilePath& install_path) {
67 if (!base::Move(unpack_path, install_path))
69 if (!installer_traits_->OnCustomInstall(manifest, install_path))
71 if (!installer_traits_->VerifyInstallation(install_path))
85 base::FilePath install_path =
87 if (base::PathExists(install_path)) {
88 if (!base::DeleteFile(install_path, true))
91 if (!InstallHelper(manifest, unpack_path, install_path)) {
92 base::DeleteFile(install_path, true);
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 103 HRESULT RegisterPortMonitor(bool install, const base::FilePath& install_path) {
104 DCHECK(install || install_path.empty());
112 install_path.Append(GetPortMonitorDllName());
250 HRESULT InstallDriver(const base::FilePath& install_path) {
267 base::FilePath data_file = install_path.Append(kDataFileName);
389 HRESULT RegisterVirtualDriver(const base::FilePath& install_path) {
392 DCHECK(base::DirectoryExists(install_path));
398 result = InstallDriver(install_path);
404 result = RegisterPortMonitor(true, install_path);
468 HRESULT DoRegister(const base::FilePath& install_path) {
    [all...]
  /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/chromium_org/chrome/browser/extensions/
sandboxed_unpacker_unittest.cc 114 base::FilePath install_path = local
116 EXPECT_FALSE(base::PathExists(install_path));
122 base::FilePath install_path = local
124 EXPECT_TRUE(base::PathExists(install_path));
  /external/chromium_org/third_party/leveldatabase/src/
build_detect_platform 79 [ -z "$INSTALL_PATH" ] && INSTALL_PATH=`pwd`
80 PLATFORM_SHARED_LDFLAGS="-dynamiclib -install_name $INSTALL_PATH/"
137 [ -z "$INSTALL_PATH" ] && INSTALL_PATH=`pwd`
  /development/testrunner/
runtest.py 323 for install_path in re.split(r'\s+', install_paths):
324 if install_path.endswith(".apk"):
325 abs_install_path = os.path.join(self._root_path, install_path)
329 self._PushInstallFileToDevice(install_path)
331 def _PushInstallFileToDevice(self, install_path):
332 m = self._re_make_install_path.match(install_path)
338 abs_install_path = os.path.join(self._root_path, install_path)
342 logger.Log("Error: Failed to recognize path of file to install %s" % install_path)
  /development/ide/xcode/expat.xcodeproj/
project.pbxproj 156 INSTALL_PATH = /usr/local/lib;
173 INSTALL_PATH = /usr/local/lib;
  /development/ide/xcode/gif.xcodeproj/
project.pbxproj 172 INSTALL_PATH = /usr/local/lib;
189 INSTALL_PATH = /usr/local/lib;
  /development/ide/xcode/giflib.xcodeproj/
project.pbxproj 165 INSTALL_PATH = /usr/local/lib;
176 INSTALL_PATH = /usr/local/lib;
  /development/ide/xcode/ports-mac.xcodeproj/
project.pbxproj 155 INSTALL_PATH = /usr/local/lib;
171 INSTALL_PATH = /usr/local/lib;
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
project.pbxproj 254 INSTALL_PATH = "@loader_path/../Frameworks";
266 INSTALL_PATH = "@loader_path/../Frameworks";
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAME___.xcodeproj/
project.pbxproj 218 INSTALL_PATH = "$(HOME)/Applications";
232 INSTALL_PATH = "$(HOME)/Applications";
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/
project.pbxproj 230 INSTALL_PATH = "$(HOME)/Applications";
244 INSTALL_PATH = "$(HOME)/Applications";
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAME___.xcodeproj/
project.pbxproj 218 INSTALL_PATH = "$(HOME)/Applications";
232 INSTALL_PATH = "$(HOME)/Applications";
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/
project.pbxproj 230 INSTALL_PATH = "$(HOME)/Applications";
244 INSTALL_PATH = "$(HOME)/Applications";
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp.xcodeproj/
project.pbxproj 237 INSTALL_PATH = "$(HOME)/Applications";
254 INSTALL_PATH = "$(HOME)/Applications";

Completed in 994 milliseconds

1 2 3