Searched defs:app_path (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_management_apitest.cc51 void LoadAndWaitForLaunch(const std::string& app_path, argument
54 ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII(app_path)));
/external/bluetooth/bluez/test/
H A Dtest-health-sink17 app_path = hdp_manager.CreateApplication({"DataType": dbus.types.UInt16(4103), variable
20 print app_path
76 chan = device.CreateChannel(app_path, "Any")
83 hdp_manager.DestroyApplication(app_path)
H A Dtest-health101 app_path = hdp_manager.CreateApplication({ variable
107 app_path = hdp_manager.CreateApplication({ variable
112 print "New application created:", app_path
209 chan = device.CreateChannel(app_path, "Reliable")
211 chan = device.CreateChannel(app_path, "Any")
217 hdp_manager.DestroyApplication(app_path)
/external/chromium/chrome/browser/importer/
H A Dimporter_data_types.h39 FilePath app_path; member in struct:importer::SourceProfile
H A Dimporter_list.cc31 ie->app_path.clear();
48 safari->app_path.clear();
61 FilePath app_path; local
67 GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path);
83 firefox->app_path = GetFirefoxInstallPathFromRegistry();
85 if (firefox->app_path.empty())
86 firefox->app_path = app_path;
102 google_toolbar->app_path.clear();
H A Dfirefox_importer_utils.cc96 FilePath* app_path) {
120 *app_path = FilePath::FromWStringHack(
258 std::string ReadBrowserConfigProp(const FilePath& app_path, argument
261 if (!ReadPrefFile(app_path.AppendASCII("browserconfig.properties"), &content))
339 bool IsDefaultHomepage(const GURL& homepage, const FilePath& app_path) { argument
344 ReadBrowserConfigProp(app_path, "browser.startup.homepage");
94 GetFirefoxVersionAndPathFromProfile(const FilePath& profile_path, int* version, FilePath* app_path) argument
H A Dfirefox2_importer.cc55 app_path_ = source_profile.app_path;
93 void Firefox2Importer::LoadDefaultBookmarks(const FilePath& app_path, argument
95 FilePath file = app_path.AppendASCII("defaults")
/external/chromium/base/
H A Dfile_version_info_win.cc35 FilePath app_path; local
36 if (!PathService::Get(base::FILE_MODULE, &app_path))
39 return CreateFileVersionInfo(app_path);
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl_io_data.cc58 const FilePath& app_path) {
73 io_data_->app_path_ = app_path;
300 FilePath app_path = app_path_.AppendASCII(app_id); local
301 FilePath cookie_path = app_path.Append(chrome::kCookieFilename);
302 FilePath cache_path = app_path.Append(chrome::kCacheDirname);
52 Init(const FilePath& cookie_path, const FilePath& cache_path, int cache_max_size, const FilePath& media_cache_path, int media_cache_max_size, const FilePath& extensions_cookie_path, const FilePath& app_path) argument
H A Dprofile_impl.cc387 FilePath app_path = GetPath().Append(chrome::kIsolatedAppStateDirname); local
393 app_path);
/external/chromium/chrome/browser/
H A Dshell_integration_win.cc293 FilePath app_path; local
294 if (!PathService::Get(base::FILE_EXE, &app_path)) {
338 GetShortPathName(app_path.value().c_str(),
/external/chromium/net/url_request/
H A Durl_request_unittest.cc924 FilePath app_path; local
925 PathService::Get(base::FILE_EXE, &app_path);
926 GURL app_url = FilePathToFileURL(app_path);
938 EXPECT_TRUE(file_util::GetFileSize(app_path, &file_size));
1110 FilePath app_path; local
1111 PathService::Get(base::DIR_SOURCE_ROOT, &app_path);
1112 app_path = app_path.AppendASCII("net");
1113 app_path = app_path
2488 FilePath app_path; local
2517 FilePath app_path; local
2548 FilePath app_path; local
2577 FilePath app_path; local
2610 FilePath app_path; local
2639 FilePath app_path; local
2672 FilePath app_path; local
2721 FilePath app_path; local
[all...]
/external/bluetooth/bluez/health/
H A Dhdp.c1899 char *app_path, *conf; local
1905 if (!dbus_message_get_args(msg, NULL, DBUS_TYPE_OBJECT_PATH, &app_path,
1910 l = g_slist_find_custom(applications, app_path, cmp_app);

Completed in 185 milliseconds