HomeSort by relevance Sort by last modified time
    Searched defs:app_path (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/bluez/test/
test-health-sink 17 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)
test-health 101 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/
importer_data_types.h 39 FilePath app_path; member in struct:importer::SourceProfile
importer_list.cc 31 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();
  /external/chromium/base/
file_version_info_win.cc 35 FilePath app_path; local
36 if (!PathService::Get(base::FILE_MODULE, &app_path))
39 return CreateFileVersionInfo(app_path);
  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.cc 58 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);
profile_impl.cc 387 FilePath app_path = GetPath().Append(chrome::kIsolatedAppStateDirname); local
393 app_path);
    [all...]
  /external/chromium/chrome/browser/
shell_integration_win.cc 293 FilePath app_path; local
294 if (!PathService::Get(base::FILE_EXE, &app_path)) {
338 GetShortPathName(app_path.value().c_str(),
  /external/bluetooth/bluez/health/
hdp.c 1899 char *app_path, *conf; local
    [all...]
  /external/chromium/net/url_request/
url_request_unittest.cc 924 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
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...]

Completed in 371 milliseconds