Home
last modified time | relevance | path

Searched defs:install_dir (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/rs/
H A Dbuild_rs.py113 def install_toolchain(build_dir, install_dir, host): argument
127 def install_winpthreads(install_dir): argument
139 def install_built_host_files(build_dir, install_dir, host): argument
193 def install_clang_headers(build_dir, install_dir, host): argument
214 def install_built_device_files(build_dir, install_dir, host): argument
286 def install_license_files(install_dir): argument
H A Dupdate-prebuilts.py134 def extract_package(package, install_dir): argument
/aosp12/system/extras/simpleperf/scripts/
H A Dupdate.py123 def remove_old_release(install_dir): argument
135 def install_new_release(branch, build, install_dir): argument
141 def install_entry(branch, build, install_dir, entry): argument
/aosp12/system/gsid/
H A Dpartition_installer.h64 const std::string& install_dir() const { return install_dir_; } in install_dir() function
H A Dlibgsi.cpp59 std::string GetDsuSlot(const std::string& install_dir) { in GetDsuSlot()
H A Dpartition_installer.cpp42 PartitionInstaller::PartitionInstaller(GsiService* service, const std::string& install_dir, in PartitionInstaller()
324 int PartitionInstaller::WipeWritable(const std::string& active_dsu, const std::string& install_dir, in WipeWritable()
H A Dgsi_service.cpp132 binder::Status GsiService::openInstall(const std::string& install_dir, int* _aidl_return) { in openInstall()
359 std::string install_dir = GetActiveInstalledImageDir(); in removeGsi() local
446 std::string install_dir = GetActiveInstalledImageDir(); in zeroPartition() local
844 int GsiService::ValidateInstallParams(std::string& install_dir) { in ValidateInstallParams()
954 bool GsiService::RemoveGsiFiles(const std::string& install_dir) { in RemoveGsiFiles()
1061 std::string install_dir; in CleanCorruptedInstallation() local
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_fuzz.cpp57 std::string GetDsuSlot(const std::string& install_dir) { in GetDsuSlot()