Searched defs:install_file (Results 1 – 5 of 5) sorted by relevance
28 def install_file(file_name, src_dir, dst_dir): function
112 def install_file(content: bytes, dest_path: str): function
53 int (*install_file) (struct semanage_handle *, const char *); member
133 install_file = gen['install'] variable
93 def install_file(src, dst): function