Searched defs:paths (Results 1 - 8 of 8) sorted by relevance

/system/connectivity/shill/
H A Dkey_value_store_unittest.cc732 vector<dbus::ObjectPath> paths; local
733 paths.push_back(dbus::ObjectPath(kRpcIdentifier1));
734 paths.push_back(dbus::ObjectPath(kRpcIdentifier2));
736 KeyValueStore::ConvertPathsToRpcIdentifiers(paths, &actual_rpc_identifiers);
H A Dkey_value_store.cc281 vector<dbus::ObjectPath> paths; local
283 paths.push_back(dbus::ObjectPath(rpcid));
285 properties_[name] = brillo::Any(paths);
444 const vector<dbus::ObjectPath>& paths, vector<string>* rpc_identifiers) {
445 for (const auto& path : paths) {
443 ConvertPathsToRpcIdentifiers( const vector<dbus::ObjectPath>& paths, vector<string>* rpc_identifiers) argument
/system/core/adb/
H A Dadb_auth_client.cpp114 const char** paths = key_paths; local
119 while ((path = *paths++)) {
/system/connectivity/shill/dbus/
H A Dchromeos_device_dbus_adaptor.cc127 vector<dbus::ObjectPath> paths; local
129 paths.push_back(dbus::ObjectPath(element));
132 SendPropertyChangedSignal(name, brillo::Any(paths));
H A Dchromeos_manager_dbus_adaptor.cc110 vector<dbus::ObjectPath> paths; local
112 paths.push_back(dbus::ObjectPath(element));
115 SendPropertyChangedSignal(name, brillo::Any(paths));
/system/sepolicy/tools/
H A Dcheckfc.c229 static void do_compare_and_die_on_error(struct selinux_opt opts[], unsigned int backend, char *paths[]) argument
238 opts[1].value = paths[i];
241 fprintf(stderr, "Error: could not load context file from %s\n", paths[i]);
/system/vold/
H A DExt4Crypt.cpp219 const std::vector<std::string>& paths,
221 if (paths.empty()) {
227 if (paths[0] < candidate) {
238 const std::vector<std::string>& paths) {
239 for (auto const other_path: paths) {
257 auto const paths = get_ce_key_paths(directory_path); local
258 for (auto const ce_key_path: paths) {
262 fixate_user_ce_key(directory_path, ce_key_path, paths);
344 auto const paths = get_ce_key_paths(directory_path); local
346 if (!get_ce_key_new_path(directory_path, paths,
218 get_ce_key_new_path(const std::string& directory_path, const std::vector<std::string>& paths, std::string *ce_key_path) argument
237 fixate_user_ce_key(const std::string& directory_path, const std::string &to_fix, const std::vector<std::string>& paths) argument
607 auto const paths = get_ce_key_paths(directory_path); local
619 auto const paths = get_ce_key_paths(directory_path); local
[all...]
H A DVolumeManager.cpp1220 char *paths[] = { mountPoint, NULL }; local
1222 FTS *fts = fts_open(paths, FTS_PHYSICAL | FTS_NOCHDIR | FTS_XDEV, NULL);
1877 // Only offer to create directories for paths managed by vold

Completed in 685 milliseconds