Searched defs:install_dir (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/rs/ |
H A D | build_rs.py | 113 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 D | update-prebuilts.py | 134 def extract_package(package, install_dir): argument
|
/aosp12/system/extras/simpleperf/scripts/ |
H A D | update.py | 123 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 D | partition_installer.h | 64 const std::string& install_dir() const { return install_dir_; } in install_dir() function
|
H A D | libgsi.cpp | 59 std::string GetDsuSlot(const std::string& install_dir) { in GetDsuSlot()
|
H A D | partition_installer.cpp | 42 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 D | gsi_service.cpp | 132 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 D | snapshot_fuzz.cpp | 57 std::string GetDsuSlot(const std::string& install_dir) { in GetDsuSlot()
|