Searched refs:decode_path (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
H A D | git_repository.py | 29 from git_commit import GitCommit, GitInfo, decode_path 54 modified_files.append((decode_path(file.a_path), 'D')) 58 modified_files.append((decode_path(file.b_path), t))
|
H A D | git_email.py | 26 from git_commit import GitCommit, GitInfo, decode_path 73 source = decode_path(f.source_file)[2:] 74 target = decode_path(f.target_file)[2:]
|
H A D | git_commit.py | 181 def decode_path(path): function
|
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/ |
H A D | git_repository.py | 29 from git_commit import GitCommit, GitInfo, decode_path 54 modified_files.append((decode_path(file.a_path), 'D')) 58 modified_files.append((decode_path(file.b_path), t))
|
H A D | git_email.py | 26 from git_commit import GitCommit, GitInfo, decode_path 73 source = decode_path(f.source_file)[2:] 74 target = decode_path(f.target_file)[2:]
|
H A D | git_commit.py | 181 def decode_path(path): function
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | ChangeLog | 561 * gcc-changelog/git_commit.py: Add decode_path function.
|