Lines Matching refs:path
39 def ListCCFilesWithoutExt(path):
40 src_files = glob.glob(os.path.join(path, '*.cc'))
41 return [os.path.splitext(os.path.basename(x))[0] for x in src_files]
59 if not os.path.exists(path_name):
70 def relrealpath(path, start=os.getcwd()):
71 return os.path.relpath(os.path.realpath(path), start)
237 git_path = os.path.join('/', os.path.relpath(root, config.dir_root), '')
241 os.path.join(root, name)