Lines Matching refs:current_path
30 current_path = os.path.join(root, dir)
31 …if current_path == os.path.join(lvgl_src_cwd, 'libs', 'thorvg', 'rapidjson', 'msinttypes'): # excl…
33 src = src + Glob(os.path.join(current_path,'*.c')) # add all .c files
34 if check_h_hpp_exists(current_path): # add .h and .hpp path
35 inc = inc + [current_path]
43 current_path = os.path.join(root, dir)
44 src = src + Glob(os.path.join(current_path,'*.c'))
45 if check_h_hpp_exists(current_path):
46 inc = inc + [current_path]
53 current_path = os.path.join(root, dir)
54 src = src + Glob(os.path.join(current_path,'*.c'))
55 if check_h_hpp_exists(current_path):
56 inc = inc + [current_path]