Lines Matching refs:join
37 local_symbols_library_directory = os.path.join(os.getenv('ANDROID_PRODUCT_OUT', 'out'),
39 local_library_directory = os.path.join(os.getenv('ANDROID_PRODUCT_OUT', 'out'),
84 return os.path.join(self.data_directory, "lib", "gdbserver")
112 self.adb_path = os.path.join(self.android_build_top,
125 msg = "Too many devices (" + ", ".join(devices) + ") detected. " \
200 lib_path = os.path.join(local_library_directory, lib + ".so")
220 tmp_path = os.path.join(self.temp_libdir, lib)
478 gdbserver_local_path = os.path.join(os.getenv('ANDROID_BUILD_TOP'),
514 self.gdb_inferior = os.path.join(self.temp_dir, 'app_process')
632 script_root = os.path.join(os.getenv('ANDROID_BUILD_TOP'), \
635 path_in_root = os.path.join(script_root, script_name)
669 manifests.append(os.path.join(root, filename))
694 + self.manifest_name + " files found:\n" + "\n".join(manifests))
714 data_directory = os.path.join('/data', 'data', package_name)
746 + "device(s): \n" + "\n".join(devices))