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

  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 44 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/
extension_file_util.cc 579 FilePath parent_path; local
580 if (!PathService::Get(chrome::DIR_USER_DATA, &parent_path))
  /external/bluetooth/bluez/gdbus/
object.c 462 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...]

Completed in 46 milliseconds