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

1 2 3

  /external/chromium_org/chrome/installer/util/
helper.cc 22 base::FilePath install_path; local
24 PathService::Get(base::DIR_PROGRAM_FILES, &install_path);
26 PathService::Get(base::DIR_LOCAL_APP_DATA, &install_path);
29 if (!install_path.empty()) {
30 install_path = install_path.Append(distribution->GetInstallSubDir());
31 install_path = install_path.Append(sub_path);
34 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/component_updater/
default_component_installer.cc 54 const base::FilePath& install_path) {
55 if (!base::Move(unpack_path, install_path))
57 if (!installer_traits_->OnCustomInstall(manifest, install_path))
59 if (!installer_traits_->VerifyInstallation(install_path))
73 base::FilePath install_path =
75 if (base::PathExists(install_path)) {
76 if (!base::DeleteFile(install_path, true))
79 if (!InstallHelper(manifest, unpack_path, install_path)) {
80 base::DeleteFile(install_path, true);
default_component_installer.h 94 const base::FilePath& install_path);
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 104 HRESULT RegisterPortMonitor(bool install, const base::FilePath& install_path) {
105 DCHECK(install || install_path.empty());
113 install_path.Append(GetPortMonitorDllName());
251 HRESULT InstallDriver(const base::FilePath& install_path) {
268 base::FilePath data_file = install_path.Append(kDataFileName);
392 HRESULT RegisterVirtualDriver(const base::FilePath& install_path) {
395 DCHECK(base::DirectoryExists(install_path));
401 result = InstallDriver(install_path);
407 result = RegisterPortMonitor(true, install_path);
471 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 113 base::FilePath install_path = local
115 EXPECT_FALSE(base::PathExists(install_path));
121 base::FilePath install_path = local
123 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`
  /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/chromium_org/chrome/test/mini_installer_test/
installer_test_util.cc 181 base::FilePath install_path; local
183 system_level, &install_path)) {
187 install_path = install_path.Append(installer::kChromeExe);
188 CommandLine browser(install_path);
  /development/testrunner/
runtest.py 295 install_path = m.group(2)
296 if install_path.endswith(".apk"):
297 abs_install_path = os.path.join(self._root_path, install_path)
301 self._PushInstallFileToDevice(install_path)
303 def _PushInstallFileToDevice(self, install_path):
304 m = self._re_make_install_path.match(install_path)
310 abs_install_path = os.path.join(self._root_path, install_path)
314 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";

Completed in 251 milliseconds

1 2 3