Lines Matching refs:os
86 import os
87 import os.path
111 if key not in os.environ:
118 upstreams = os.environ['OJLUNI_UPSTREAMS']
123 android_build_top = os.environ['ANDROID_BUILD_TOP']
130 if os.path.isfile(src):
131 if os.path.exists(dst) and os.path.isfile(dst):
132 os.remove(dst)
238 if not os.path.lexists(resolve_dir):
246 if not os.path.lexists(resolve_dir):
247 os.makedirs(resolve_dir)
261 if os.path.lexists(self.repo.dir):
273 os.makedirs(self.working_dir)
317 if os.path.isfile(dst_path):
318 src_path += '/' + os.path.basename(self.rel_path)
357 upstreams = os.environ['OJLUNI_UPSTREAMS']
359 [d for d in os.listdir(upstreams)
360 if os.path.isdir(os.path.join(upstreams, d))]