Searched defs:parent_path (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dmount_library.cc24 const std::string& parent_path,
37 parent_path_(parent_path),
18 Disk(const std::string& device_path, const std::string& mount_path, const std::string& system_path, const std::string& file_path, const std::string& device_label, const std::string& drive_label, const std::string& parent_path, DeviceType device_type, uint64 total_size, bool is_parent, bool is_read_only, bool has_media, bool on_boot_device) argument
H A Dmount_library.h44 const std::string& parent_path,
64 const std::string& parent_path() const { return parent_path_; } function in class:chromeos::MountLibrary::Disk
/external/chromium/chrome/common/extensions/
H A Dextension_file_util.cc579 FilePath parent_path; local
580 if (!PathService::Get(chrome::DIR_USER_DATA, &parent_path))
/external/bluetooth/bluez/gdbus/
H A Dobject.c462 char *parent_path, *slash; local
464 parent_path = g_strdup(child_path);
465 slash = strrchr(parent_path, '/');
469 if (slash == parent_path && parent_path[1] != '\0')
470 parent_path[1] = '\0';
474 if (!strlen(parent_path))
477 if (dbus_connection_get_object_path_data(conn, parent_path,
482 invalidate_parent_data(conn, parent_path);
491 g_free(parent_path);
[all...]
/external/dbus/dbus/
H A Ddbus-object-tree.c573 const char **parent_path,
579 _dbus_assert (parent_path != NULL);
584 subtree = lookup_subtree (tree, parent_path);
1028 * the given parent_path. The returned array should be freed with
1032 * @param parent_path the path to list the child handlers of
1038 const char **parent_path,
1044 parent_path,
572 _dbus_object_tree_list_registered_unlocked(DBusObjectTree *tree, const char **parent_path, char ***child_entries) argument
1037 _dbus_object_tree_list_registered_and_unlock(DBusObjectTree *tree, const char **parent_path, char ***child_entries) argument
H A Ddbus-connection.c5818 * the given parent_path. The returned array should be freed with
5822 * @param parent_path the path to list the child handlers of
5828 const char *parent_path,
5834 _dbus_return_val_if_fail (parent_path != NULL, FALSE);
5835 _dbus_return_val_if_fail (parent_path[0] == '/', FALSE);
5838 if (!_dbus_decompose_path (parent_path, strlen (parent_path), &decomposed_path, NULL))
5827 dbus_connection_list_registered(DBusConnection *connection, const char *parent_path, char ***child_entries) argument

Completed in 112 milliseconds