Home
last modified time | relevance | path

Searched refs:decode_path (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dgit_repository.py29 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 Dgit_email.py26 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 Dgit_commit.py181 def decode_path(path): function
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dgit_repository.py29 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 Dgit_email.py26 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 Dgit_commit.py181 def decode_path(path): function
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A DChangeLog561 * gcc-changelog/git_commit.py: Add decode_path function.