/bootable/recovery/install/ |
D | fuse_install.cpp | 58 static std::string BrowseDirectory(const std::string& path, Device* device, RecoveryUI* ui) { in BrowseDirectory() 124 static bool StartInstallPackageFuse(std::string_view path) { in StartInstallPackageFuse() 149 InstallResult InstallWithFuseFromPath(std::string_view path, RecoveryUI* ui) { in InstallWithFuseFromPath() 214 std::string path = BrowseDirectory(SDCARD_ROOT, device, ui); in ApplyFromSdcard() local
|
D | package.cpp | 121 const std::string& path, const std::function<void(float)>& set_progress) { in CreateMemoryPackage() 132 const std::string& path, const std::function<void(float)>& set_progress) { in CreateFilePackage() 153 MemoryPackage::MemoryPackage(const std::string& path, std::unique_ptr<MemMapping> map, in MemoryPackage() 215 FilePackage::FilePackage(android::base::unique_fd&& fd, uint64_t file_size, const std::string& path, in FilePackage()
|
/bootable/recovery/tests/unit/ |
D | dirutil_test.cpp | 53 std::string path = prefix + "/a/b"; in TEST() local 72 std::string path = prefix + "/a/b"; in TEST() local 90 std::string path = prefix + "/a/b"; in TEST() local
|
D | verifier_test.cpp | 62 std::string path = from_testdata_base(name); in VerifyPackageWithCertificates() local 253 std::string path = from_testdata_base(args[0]); in SetUp() local
|
D | applypatch_test.cpp | 168 std::string path = dirname + "/" + de->d_name; in FindFilesInDir() local
|
/bootable/recovery/otautil/ |
D | dirutil.cpp | 33 static DirStatus dir_status(const std::string& path) { in dir_status() 58 std::string path = input_path; in mkdir_recursively() local
|
/bootable/recovery/otautil/include/otautil/ |
D | sysutil.h | 47 std::string path() const { in path() function 63 BlockMapData(const std::string& path, uint64_t file_size, uint32_t block_size, in BlockMapData()
|
/bootable/recovery/recovery_utils/ |
D | roots.cpp | 79 int ensure_path_mounted_at(const std::string& path, const std::string& mount_point) { in ensure_path_mounted_at() 83 int ensure_path_mounted(const std::string& path) { in ensure_path_mounted() 88 int ensure_path_unmounted(const std::string& path) { in ensure_path_unmounted()
|
D | thermalutil.cpp | 64 for (const auto& path : thermal_paths) { in GetMaxValueFromThermalZone() local
|
D | logging.cpp | 61 static FILE* fopen_path(const std::string& path, const char* mode, const selabel_handle* sehandle) { in fopen_path() 274 std::string path = android::base::StringPrintf("%s/%s", CACHE_LOG_DIR, de->d_name); in ReadLogFilesToMemory() local
|
/bootable/recovery/fuse_sideload/ |
D | fuse_provider.cpp | 36 FuseFileDataProvider::FuseFileDataProvider(const std::string& path, uint32_t block_size) { in FuseFileDataProvider() 52 std::unique_ptr<FuseDataProvider> FuseFileDataProvider::CreateFromFile(const std::string& path, in CreateFromFile()
|
/bootable/recovery/updater/include/updater/ |
D | target_files.h | 44 TargetFile(std::string path, bool extracted_input) in TargetFile()
|
/bootable/recovery/applypatch/ |
D | freecache.cpp | 54 std::string path = android::base::StringPrintf("/proc/%s/fd/", de->d_name); in EliminateOpenFiles() local 92 std::string path = dirname + "/" + de->d_name; in FindExpendableFiles() local
|
/bootable/recovery/uncrypt/ |
D | uncrypt.cpp | 171 static std::string FindBlockDevice(const std::string& path, bool* encryptable, bool* encrypted, in FindBlockDevice() 243 static int ProductBlockMap(const std::string& path, const std::string& map_file, in ProductBlockMap() 474 std::string path; in Uncrypt() local 588 std::string path = option.substr(strlen("--wipe_package=")); in setup_bcb() local
|
/bootable/recovery/updater/ |
D | dynamic_partitions.cpp | 81 std::string path; in MapPartitionFn() local
|
D | simulator_runtime.cpp | 106 std::string* path) { in MapPartitionOnDeviceMapper()
|
D | updater_runtime_dynamic_partitions.cpp | 70 std::string* path) { in MapPartitionOnDeviceMapper()
|
D | blockimg.cpp | 1589 static bool Sha1DevicePath(const std::string& path, uint8_t digest[SHA_DIGEST_LENGTH]) { in Sha1DevicePath()
|
/bootable/recovery/update_verifier/ |
D | update_verifier.cpp | 109 std::string path = DM_PATH_PREFIX + std::string(namelist[n]->d_name) + DM_PATH_SUFFIX; in FindDmPartitions() local
|
/bootable/recovery/minadbd/ |
D | minadbd_services.cpp | 63 void SetSideloadMountPoint(const std::string& path) { in SetSideloadMountPoint()
|
/bootable/recovery/tests/unit/host/ |
D | imgdiff_test.cpp | 920 std::string path = android::base::StringPrintf("%s/patch-%zu", debug_dir.path, i); in TEST() local
|