Lines Matching full:path

111  * Locate the path to the global configuration file
116 * This method will try to guess the full path to that
117 * file, if the file exists. The returned path
121 * This method will not guess the path to the xdg compatible
124 * @param out Pointer to a user-allocated git_buf in which to store the path
125 * @return 0 if a global configuration file has been found. Its path will be stored in `out`.
130 * Locate the path to the global xdg compatible configuration file
135 * This method will try to guess the full path to that
136 * file, if the file exists. The returned path
140 * @param out Pointer to a user-allocated git_buf in which to store the path
142 * found. Its path will be stored in `out`.
147 * Locate the path to the system configuration file
152 * @param out Pointer to a user-allocated git_buf in which to store the path
154 * found. Its path will be stored in `out`.
159 * Locate the path to the configuration file in ProgramData
163 * @param out Pointer to a user-allocated git_buf in which to store the path
165 * found. Its path will be stored in `out`.
195 * The on-disk file pointed at by `path` will be opened and
210 * @param path path to the configuration file to add
221 const char *path,
235 * @param path Path to the on-disk file to open
238 GIT_EXTERN(int) git_config_open_ondisk(git_config **out, const char *path);
359 * Get the value of a path config variable.
361 * A leading '~' will be expanded to the global search path (which
709 * Parse a string value as a path.
711 * A leading '~' will be expanded to the global search path (which
719 * @param value the path to evaluate