• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/

Lines Matching refs:directory

1969  * Checks to make sure the given directory is
1972 * @param dir the name of the directory
1979 const char *directory;
1984 directory = _dbus_string_get_const_data (dir);
1986 if (stat (directory, &sb) < 0)
1998 "%s directory is not private to the user", directory);
2652 * Creates a directory; succeeds if the directory
2655 * @param filename directory filename
2675 "Failed to create directory %s: %s\n",
2684 * Appends the given filename to the given directory.
2689 * @param dir the directory name
3172 * Gets the temporary files directory by inspecting the environment variables
3175 * @returns location of temp directory
3709 * @param dirs the directory list we are returning
3801 * @param dirs the directory list we are returning
3813 * directory (the root directory does not know /share), in order to
3871 * Appends the directory in which a keyring for the given credentials
3873 * UNIX user in them. The directory should be an absolute path.
3875 * On UNIX the directory is ~/.dbus-keyrings while on Windows it should probably
3878 * @param directory string to append directory to
3879 * @param credentials credentials the directory should be for
3884 _dbus_append_keyring_directory_for_credentials (DBusString *directory,
3922 _dbus_warn ("Using your real home directory for testing, set DBUS_TEST_HOMEDIR to avoid\n");
3935 directory, _dbus_string_get_length (directory))) {
3975 * Removes a directory; Directory must be empty
3977 * @param filename directory filename
3994 "Failed to remove directory %s: %s\n",
4037 * current dbus installation directory. On unix this function is a noop