Lines Matching refs:os
21 import os
55 build_path = os.path.join(android_build.GetTop(), self.GetBuildPath())
56 os.path.walk(build_path, self._CollectTestSources, source_list)
85 full_path = os.path.join(os.sep, "data", "nativetest", f)
118 (name, ext) = os.path.splitext(f)
122 test_list.append(str(os.path.join(dirname, f)))
139 binary = os.path.basename(f)
140 binary = os.path.splitext(binary)[0]
143 binary = os.path.relpath(os.path.abspath(found),
144 os.path.abspath(path))
157 for root, dirs, files in os.walk(path):
160 return os.path.join(root, f)
162 found = self._FindFileRecursively(os.path.join(root, d), match)
184 full_path = os.path.join(android_build.GetHostBin(), binary)