Searched refs:deps_path (Results 1 – 3 of 3) sorted by relevance
127 deps_path = os.path.join(os.path.dirname(__file__), '.deps') variable128 if not os.path.exists(deps_path):129 os.mkdir(deps_path)130 gen_file = os.path.join(deps_path, 'config.mk')
347 for deps_path in f_deps:348 deps_path = deps_path.rstrip('\n')349 f_sources = open(deps_path, 'r')352 source_dir = deps_path.split(args.gen_dir + "/", 1)[1]
517 deps_path = self._benchmark_deps.name519 command_fetch = format_fetch % (fetch_path, deps_path, test_name)520 command_get = 'cat %s' % deps_path