Lines Matching refs:path

166 bool is_json(const char *path, size_t len) {
170 return !strncmp(path, ".json", 5);
1899 // Get next file or dirname given a string list or registry key path
1902 // A pointer to first char in the next path.
1903 // The next path (or NULL) in the list is returned in next_path.
1905 char *loader_get_next_path(char *path) {
1909 if (path == NULL) return NULL;
1910 next = strchr(path, PATH_SEPARATOR);
1912 len = (uint32_t)strlen(path);
1913 next = path + len;
1922 /* Processes a json manifest's library_path and the location of the json manifest to create the path of the library
1924 * The output is the combination of the base path of manifest_file_path concatenated with library path
1925 * If library_path is an absolute path, we do not prepend the base path of manifest_file_path
1988 // file in the paths. If filename already is a path then no searching in the given paths.
1990 // @return - A string in out_fullpath of either the full path or file.
2168 // Find out if there is an override layer with same the app_key_path as the path to the current executable.
2170 // Remove any layers which aren't global and do not have the same app_key_path as the path to the current executable.
2183 "remove_all_non_valid_override_layers: Multiple override layers where the same path in "
2215 // Remove global layer if layer with same the app_key_path as the path to the current executable is found
2349 // Library path no longer required unless component_layers is also not defined
2355 "Indicating meta-layer-specific component_layers, but also defining layer library path. Both are not "
2760 // path separators in the string) we need to add the relative path on
2762 // additional directory slash and path separator if needed
2794 // relative path or directory symbol to it.
2838 // Add any files found in the search_path. If any path in the search path points to a specific JSON, attempt to
2839 // only open that one JSON. Otherwise, if the path is a folder, search the folder for JSON files.
2880 #warning add_data_files must define relative path copy for this platform
2956 // Determine how much space is needed to generate the full search path
3096 // Add two by default for NULL terminator and one path separator on end (just in case)
3154 "read_data_files_in_search_paths: Failed to allocate space for search path of length %d",
3180 // Add the bundle's Resources dir to the beginning of the search path.
3226 // Remove the last path separator
3241 // If this is an empty path, erase it
3347 // "manifest_type". The location is interpreted as Registry path on Windows and a directory path(s)
3350 // expanded into the dir path $XDG_DATA_HOME/home_location or $HOME/.local/share/home_location
3583 // This function scans the default system loader path(s) or path specified by either the
3790 // Remove the last path separator
6018 // Nothing else to do for this path
6021 // Something is different, so do the full path of checking every device and creating a new array to use.