Searched refs:install_dir (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/common/extensions/
H A Dextension_file_util_unittest.cc23 base::FilePath install_dir; local
24 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &install_dir));
25 install_dir = install_dir.AppendASCII("extensions")
32 install_dir, Manifest::UNPACKED, Extension::NO_FLAGS, &error));
44 base::FilePath install_dir; local
45 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &install_dir));
48 base::FilePath ext_dir = install_dir.AppendASCII("extensions")
61 ext_dir = install_dir.AppendASCII("extensions")
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
H A Duninstall.py11 def Uninstall(install_dir, local_manifest, bundle_names):
23 bundle_dir = os.path.join(install_dir, bundle_name)
H A Dupdate.py51 def __init__(self, user_data_dir, install_dir, cfg):
54 self.install_dir = install_dir
58 bundle_path = os.path.join(self.install_dir, bundle_name)
157 extract_path = os.path.join(self.install_dir, extract_dir)
158 rename_from_path = os.path.join(self.install_dir, rename_from_dir)
159 rename_to_path = os.path.join(self.install_dir, rename_to_dir)
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dcontent_scripts_manifest_unittest.cc91 base::FilePath install_dir; local
92 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &install_dir));
93 install_dir = install_dir.AppendASCII("extensions")
99 install_dir, Manifest::UNPACKED, Extension::NO_FLAGS, &error));
/external/chromium_org/chrome/browser/component_updater/
H A Dev_whitelist_component_installer.h30 const base::FilePath& install_dir) OVERRIDE;
32 const base::FilePath& install_dir) const OVERRIDE;
H A Dev_whitelist_component_installer.cc47 const base::FilePath& install_dir) {
81 const base::FilePath& install_dir) const {
82 const base::FilePath expected_file = GetInstalledPath(install_dir);
45 OnCustomInstall( const base::DictionaryValue& manifest, const base::FilePath& install_dir) argument
H A Dcld_component_installer.h46 const base::FilePath& install_dir) OVERRIDE;
48 const base::FilePath& install_dir) const OVERRIDE;
H A Dcld_component_installer.cc58 const base::FilePath& install_dir) {
82 const base::FilePath& install_dir) const {
86 const base::FilePath expected_file = GetInstalledPath(install_dir);
56 OnCustomInstall( const base::DictionaryValue& manifest, const base::FilePath& install_dir) argument
H A Dsw_reporter_installer_win.cc235 const base::FilePath& install_dir) {
240 const base::FilePath& install_dir,
247 install_dir.value().c_str(),
248 install_dir.value().size());
282 install_dir.Append(kSwReporterExeName),
288 virtual base::FilePath GetBaseDirectory() const { return install_dir(); }
294 static base::FilePath install_dir() { function in class:component_updater::__anon3504::SwReporterInstallerTraits
234 OnCustomInstall(const base::DictionaryValue& manifest, const base::FilePath& install_dir) argument
239 ComponentReady(const base::Version& version, const base::FilePath& install_dir, scoped_ptr<base::DictionaryValue> manifest) argument
H A Dwidevine_cdm_component_installer.cc243 const base::FilePath& install_dir) OVERRIDE;
245 const base::FilePath& install_dir) const OVERRIDE;
275 const base::FilePath& install_dir) {
299 const base::FilePath& install_dir) const {
301 GetPlatformDirectory(install_dir).AppendASCII(kWidevineCdmFileName));
273 OnCustomInstall( const base::DictionaryValue& manifest, const base::FilePath& install_dir) argument
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcld_component_installer_unittest.cc87 const base::FilePath install_dir; local
89 ASSERT_TRUE(traits_.OnCustomInstall(manifest, install_dir));
116 const base::FilePath install_dir(FILE_PATH_LITERAL("/foo"));
118 traits_.ComponentReady(version, install_dir, manifest.Pass());
122 install_dir.AsUTF16Unsafe(),
/external/chromium_org/extensions/common/
H A Dfile_util_unittest.cc118 base::FilePath install_dir; local
119 ASSERT_TRUE(PathService::Get(DIR_TEST_DATA, &install_dir));
120 install_dir = install_dir.AppendASCII("extension_with_locales");
124 install_dir, Manifest::UNPACKED, Extension::NO_FLAGS, &error));
130 base::FilePath install_dir; local
131 ASSERT_TRUE(PathService::Get(DIR_TEST_DATA, &install_dir));
132 install_dir = install_dir.AppendASCII("extension_without_locales");
136 install_dir, Manifes
186 base::FilePath install_dir; local
200 base::FilePath install_dir; local
382 base::FilePath install_dir; local
[all...]
H A Dextension_l10n_util_unittest.cc109 base::FilePath install_dir; local
110 ASSERT_TRUE(PathService::Get(DIR_TEST_DATA, &install_dir));
111 install_dir =
112 install_dir.AppendASCII("extension_with_locales").Append(kLocaleFolder);
117 extension_l10n_util::GetValidLocales(install_dir, &locales, &error));
125 base::FilePath install_dir; local
126 ASSERT_TRUE(PathService::Get(DIR_TEST_DATA, &install_dir));
127 install_dir =
128 install_dir.AppendASCII("extension_with_locales").Append(kLocaleFolder);
133 extension_l10n_util::GetValidLocales(install_dir,
[all...]
/external/markdown/
H A Dsetup.py19 bat_path = os.path.join(self.install_dir, 'markdown.bat')
/external/chromium_org/components/component_updater/
H A Ddefault_component_installer.h53 const base::FilePath& install_dir) = 0;
63 // |install_dir| is the path to the install directory for this version.
66 const base::FilePath& install_dir,
/external/chromium_org/components/component_updater/test/
H A Dtest_installer.cc41 ReadOnlyTestInstaller::ReadOnlyTestInstaller(const base::FilePath& install_dir) argument
42 : install_directory_(install_dir) {
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dnacl-mono-buildbot.py21 install_dir = 'naclmono'
22 buildbot_common.RemoveDir(install_dir)
28 '--arch', 'x86-32', '--install-dir', install_dir] +
31 '--arch', 'x86-64', '--install-dir', install_dir] +
34 '--arch', 'arm', '--install-dir', install_dir] +
39 '--install-dir', install_dir] + args)
H A Dnacl-mono-archive.py18 dest='install_dir',
54 tar_file.add(os.path.join(options.install_dir, subfolder),
H A Dnacl-mono-builder.py36 dest='install_dir',
130 options.install_dir],
/external/chromium_org/chrome/browser/extensions/
H A Dextension_assets_manager_chromeos.h65 static void SetSharedInstallDirForTesting(const base::FilePath& install_dir);
H A Dextension_assets_manager_chromeos.cc238 const base::FilePath& install_dir) {
240 g_shared_install_dir_override = new base::FilePath(install_dir);
237 SetSharedInstallDirForTesting( const base::FilePath& install_dir) argument
/external/chromium_org/content/common/
H A Dplugin_list_win.cc123 base::string16 install_dir; local
124 if (key.ReadValue(L"Install Directory", &install_dir) != ERROR_SUCCESS)
126 out->push_back(base::FilePath(install_dir));
/external/chromium_org/third_party/mesa/src/scons/
H A Dgallium.py61 install_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir'])
70 target_dir = os.path.join(install_dir, 'lib')
/external/mesa3d/scons/
H A Dgallium.py61 install_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir'])
70 target_dir = os.path.join(install_dir, 'lib')
/external/chromium_org/chrome/test/remoting/
H A Dremote_desktop_browsertest.cc106 base::FilePath install_dir(WebAppCrxPath());
108 install_dir, 1, browser()));

Completed in 5166 milliseconds

12