Searched refs:normalized_path (Results 1 – 9 of 9) sorted by relevance
37 char* normalized_path, in uvwasi__normalize_path() argument50 normalized_path[0] = '\0'; in uvwasi__normalize_path()51 ptr = normalized_path; in uvwasi__normalize_path()57 if (ptr == normalized_path && next != NULL && is_absolute) { in uvwasi__normalize_path()68 while (!IS_SLASH(*last) && last != normalized_path) { in uvwasi__normalize_path()74 if (ptr == normalized_path || in uvwasi__normalize_path()78 if (ptr != normalized_path && *(ptr - 1) != '/') { in uvwasi__normalize_path()90 if (last == normalized_path && *last == '/') in uvwasi__normalize_path()98 if (ptr != normalized_path && *(ptr - 1) != '/') { in uvwasi__normalize_path()113 if (ptr == normalized_path) { in uvwasi__normalize_path()[all …]
9 char* normalized_path,
16 char* normalized_path; member
155 entry->normalized_path = np_copy; in uvwasi_fd_table_insert()
56 normalized_path = os.path.realpath(path)60 return normalized_path
25 fs::path normalized_path = p; in add_path() local26 normalized_path.normalize(); in add_path()27 if(fs::exists(m_boost_path / normalized_path)) in add_path()29 if(fs::is_directory(m_boost_path / normalized_path)) in add_path()30 add_directory(normalized_path); in add_path()32 add_file(normalized_path); in add_path()
67 normalized_path = repr(os.path.normpath(filename))[1:-1]68 line_info = '#line %d "%s"\n' % (line_number, normalized_path)
463 bool NormalizeFilePath(const FilePath& path, FilePath* normalized_path) { in NormalizeFilePath() argument473 *normalized_path = real_path_result; in NormalizeFilePath()
832 normalized_path = abspath(path)833 super(TestRepository, self).__init__(basename(normalized_path))834 self.path = normalized_path