Home
last modified time | relevance | path

Searched defs:install_file (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/build-android/
H A Dbuild.py28 def install_file(file_name, src_dir, dst_dir): function
/aosp_15_r20/external/freetype/tests/scripts/
H A Ddownload-test-fonts.py112 def install_file(content: bytes, dest_path: str): function
/aosp_15_r20/bootable/recovery/otautil/include/otautil/
H A Dpaths.h68 void set_temporary_install_file(const std::string& install_file) { in set_temporary_install_file()
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dpolicy.h53 int (*install_file) (struct semanage_handle *, const char *); member
/aosp_15_r20/external/wayland/src/
H A Dmeson.build133 install_file = gen['install'] variable
/aosp_15_r20/frameworks/rs/
H A Dbuild_rs.py48 def install_file(src, dst): function
/aosp_15_r20/external/clang/
H A Dbuild.py93 def install_file(src, dst): function
/aosp_15_r20/bootable/recovery/
H A Drecovery.cpp585 const std::string& install_file = Paths::Get().temporary_install_file(); in log_failure_code() local
/aosp_15_r20/bootable/recovery/install/
H A Dinstall.cpp707 const std::string& install_file = Paths::Get().temporary_install_file(); in InstallPackage() local