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

  /external/chromium_org/chromeos/dbus/
shill_profile_client.cc 44 const std::string& entry_path,
48 const std::string& entry_path,
106 const std::string& entry_path,
112 writer.AppendString(entry_path);
119 const std::string& entry_path,
125 writer.AppendString(entry_path);
fake_shill_profile_client.h 39 const std::string& entry_path,
43 const std::string& entry_path,
52 const std::string& entry_path,
fake_shill_profile_client.cc 82 const std::string& entry_path,
90 profile->entries.GetDictionaryWithoutPathExpansion(entry_path, &entry);
102 const std::string& entry_path,
109 if (!profile->entries.RemoveWithoutPathExpansion(entry_path, NULL)) {
110 error_callback.Run("Error.InvalidProfileEntry", entry_path);
116 SetServiceProperty(entry_path,
141 const std::string& entry_path,
146 profile->entries.SetWithoutPathExpansion(entry_path,
149 AddManagerService(entry_path, false /* visible */, false /* watch */);
mock_shill_profile_client.h 36 const std::string& entry_path,
40 const std::string& entry_path,
shill_profile_client.h 45 // TODO(stevenjb): remove dependencies on entry_path -> service_path
52 // Adds an entry to the profile only. |entry_path| corresponds to a
57 const std::string& entry_path,
99 const std::string& entry_path,
106 const std::string& entry_path,
  /external/chromium_org/chromeos/network/
network_configuration_handler.cc 152 std::string entry_path; local
153 iter.value().GetAsString(&entry_path);
154 if (profile_path.empty() || entry_path.empty()) {
156 "%s: %s", profile_path.c_str(), entry_path.c_str()));
161 "%s: %s", profile_path.c_str(), entry_path.c_str()));
165 "%s: %s", profile_path.c_str(), entry_path.c_str()));
166 profile_delete_entries_[profile_path] = entry_path;
169 entry_path, local
171 AsWeakPtr(), profile_path, entry_path),
173 AsWeakPtr(), profile_path, entry_path));
    [all...]
managed_network_configuration_handler_unittest.cc 76 const std::string& entry_path,
85 entries->SetWithoutPathExpansion(entry_path, new_entry);
112 const std::string& entry_path,
121 entries->GetDictionaryWithoutPathExpansion(entry_path, &entry);
216 const std::string& entry_path) {
219 profiles_stub_.AddEntry(profile_path, entry_path, *entry);
network_configuration_handler_unittest.cc 192 const std::string& entry_path,
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_pepper_interface_html5fs.cc 263 Path entry_path = node_path; local
266 entry_path.erase(0, last_slash + 1);
269 entry.path = entry_path;
  /external/chromium_org/net/disk_cache/
entry_unittest.cc     [all...]

Completed in 351 milliseconds