HomeSort by relevance Sort by last modified time
    Searched refs:profile_path (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/cros/scripts/
profile 31 def print_profile_path(profile_path, active_path):
32 """ Print profile_path and indicate if it is the active profile. """
33 if profile_path == active_path:
34 print 'Profile: %s <== active' % profile_path
36 print 'Profile: %s' % profile_path
64 profile_path = None
66 profile_path = sys.argv[3]
73 if profile_path and path != profile_path:
  /system/connectivity/shill/dbus/
chromeos_manager_dbus_adaptor.cc 145 dbus::ObjectPath* profile_path) {
153 *profile_path = dbus::ObjectPath(path);
167 dbus::ObjectPath* profile_path) {
175 *profile_path = dbus::ObjectPath(path);
183 dbus::ObjectPath* profile_path) {
191 *profile_path = dbus::ObjectPath(path);
chromeos_manager_dbus_adaptor.h 80 dbus::ObjectPath* profile_path) override;
85 dbus::ObjectPath* profile_path) override;
89 dbus::ObjectPath* profile_path) override;
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_client.cc 365 dbus::ObjectPath profile_path; local
368 profile_name, &profile_path, &error);
377 dbus::ObjectPath profile_path; local
380 profile_name, &profile_path, &error);
  /external/webrtc/webrtc/base/
proxydetect.cc 420 bool GetDefaultFirefoxProfile(Pathname* profile_path) {
421 ASSERT(NULL != profile_path);
476 profile_path->SetPathname(candidate.pathname());
489 profile_path->SetPathname(path);
    [all...]
  /frameworks/native/cmds/installd/
commands.cpp 148 const std::string profile_path = create_data_user_profile_package_path(userid, pkgname); local
150 if (fs_prepare_dir_strict(profile_path.c_str(), 0700, uid, uid) != 0) {
151 PLOG(ERROR) << "Failed to prepare " << profile_path;
154 std::string profile_file = create_primary_profile(profile_path);
157 PLOG(ERROR) << "Failed to prepare " << profile_path;
    [all...]
  /system/connectivity/shill/
manager_unittest.cc     [all...]

Completed in 374 milliseconds