Searched refs:file_content (Results 1 – 3 of 3) sorted by relevance
459 file_content = f.read()460 if tmpdir in file_content:646 file_content = f.read()647 file_content = file_content.replace(recipesysroot, "")648 if workdir in file_content:653 file_content = f.read()654 file_content = file_content.replace(recipesysroot, "")655 if pkgconfigcheck in file_content:1215 file_content = f.read()1216 match_kinda = kinda_status_re.search(file_content)[all …]
333 file_content = f.read()334 if tmpdir in file_content:
334 def _write_file(self, write_dir, file_name, file_content): argument337 the_file.write(file_content)