Lines Matching refs:path
236 self.parent = itemset.Get(os.path.dirname(name), dir=True)
437 path = os.path.join(tmpdir, "IMAGES", which + ".img")
438 mappath = os.path.join(tmpdir, "IMAGES", which + ".map")
439 if os.path.exists(path) and os.path.exists(mappath):
454 path = add_img_to_target_files.BuildSystem(
457 path = add_img_to_target_files.BuildVendor(
460 return sparse_img.SparseImage(path, mappath)
650 basename = os.path.basename(file_context)
687 path = "/".join(dirs)
688 if path in known_paths:
690 known_paths.add(path)
961 path = "/".join(tf.name.split("/")[:-1])
963 path not in known_paths:
1464 OPTIONS.info_dict["selinux_fc"] = os.path.join(OPTIONS.input_tmp, "BOOT", "RAMDISK",
1479 from_input = os.path.join(OPTIONS.input_tmp, "META", "releasetools.py")
1480 if os.path.exists(from_input):
1487 OPTIONS.device_specific = os.path.abspath(OPTIONS.device_specific)
1492 if os.path.exists(args[1]): os.unlink(args[1])
1513 OPTIONS.source_info_dict["selinux_fc"] = os.path.join(OPTIONS.source_tmp, "BOOT", "RAMDISK",