MCPcopy
hub / github.com/alibaba/freeline / get_r_file_path

Method get_r_file_path

freeline_core/android_tools.py:273–278  ·  view source on GitHub ↗
(target_dir)

Source from the content-addressed store, hash-verified

271
272 @staticmethod
273 def get_r_file_path(target_dir):
274 for dirpath, dirnames, files in os.walk(target_dir):
275 for fn in files:
276 if fn.endswith("R.java"):
277 return os.path.join(dirpath, fn)
278 return None
279
280
281class QuickScanCommand(AbstractCommand):

Callers 4

check_r_md5Method · 0.80
run_javac_taskMethod · 0.80
executeMethod · 0.80
run_javac_taskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected