Lines Matching full:join
51 SOURCE_OUT_DIR = os.path.join(SOURCE_ROOT_DIR, "out")
53 TDD_BUILD_GN_PATH = os.path.join(
79 return ' '.join(pipes.quote(part) for part in command)
94 project_yaml_path = os.path.join(
123 project_dir_path = os.path.join(args.project_path, args.project_name)
135 file_path = os.path.join(project_dir_path, 'project.xml')
141 file_path = os.path.join(project_dir_path, "%s.cpp" % args.project_name)
147 file_path = os.path.join(project_dir_path, "%s.h" % args.project_name)
152 file_path = os.path.join(project_dir_path, "BUILD.gn")
158 corpus_dir = os.path.join(project_dir_path, 'corpus')
161 if os.path.exists(os.path.join(corpus_dir, 'init')):
162 os.remove(os.path.join(corpus_dir, 'init'))
163 with os.fdopen(os.open(os.path.join(corpus_dir, 'init'), FLAGS, MODES), 'w') as filehandle:
197 subsystem_src_flag_file_path = os.path.join(