Lines Matching refs:normalized
137 /* Handle relative fds that normalized to '.' */
184 then we just need to verify that the normalized path still starts with
204 /* Once the input is normalized, ensure that it is still sandboxed. */
233 normalized. */
236 char* normalized;
253 normalized = uvwasi__malloc(uvwasi, combined_size);
254 if (normalized == NULL) {
268 normalized,
273 norm_len = strlen(normalized);
275 /* Once the path is normalized, ensure that it is still sandboxed. */
276 if (0 == uvwasi__is_path_sandboxed(normalized,
285 *normalized_path = normalized;
290 uvwasi__free(uvwasi, normalized);
305 /* Return the normalized path, but resolved to the host's real path. */