/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 | package_test.cpp | 109 ZipString path(entry_name.c_str()); in TEST_F() local
|
D | applypatch_test.cpp | 168 std::string path = dirname + "/" + de->d_name; in FindFilesInDir() local
|
/bootable/recovery/install/ |
D | fuse_sdcard_install.cpp | 57 static std::string BrowseDirectory(const std::string& path, Device* device, RecoveryUI* ui) { in BrowseDirectory() 122 static bool StartSdcardFuse(const std::string& path) { in StartSdcardFuse() 142 std::string path = BrowseDirectory(SDCARD_ROOT, device, ui); in ApplyFromSdcard() local
|
D | package.cpp | 105 const std::string& path, const std::function<void(float)>& set_progress) { in CreateMemoryPackage() 116 const std::string& path, const std::function<void(float)>& set_progress) { in CreateFilePackage() 137 MemoryPackage::MemoryPackage(const std::string& path, std::unique_ptr<MemMapping> map, in MemoryPackage() 199 FilePackage::FilePackage(android::base::unique_fd&& fd, uint64_t file_size, const std::string& path, in FilePackage()
|
D | install.cpp | 76 ZipString path(METADATA_PATH); in ReadMetadataFromPackage() local 574 static int really_install_package(const std::string& path, bool* wipe_cache, bool needs_mount, in really_install_package() 635 int install_package(const std::string& path, bool should_wipe_cache, bool needs_mount, in install_package()
|
/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
|
D | roots.cpp | 78 int ensure_path_mounted_at(const std::string& path, const std::string& mount_point) { in ensure_path_mounted_at() 82 int ensure_path_mounted(const std::string& path) { in ensure_path_mounted() 87 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() 275 std::string path = android::base::StringPrintf("%s/%s", CACHE_LOG_DIR, de->d_name); in ReadLogFilesToMemory() 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/fuse_sideload/ |
D | fuse_provider.cpp | 33 FuseFileDataProvider::FuseFileDataProvider(const std::string& path, uint32_t block_size) { in FuseFileDataProvider()
|
/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 | 105 static bool MapPartitionOnDeviceMapper(const std::string& partition_name, std::string* path) { in MapPartitionOnDeviceMapper() 133 std::string path; in MapPartitionFn() local
|
D | blockimg.cpp | 1584 static bool Sha1DevicePath(const std::string& path, uint8_t digest[SHA_DIGEST_LENGTH]) { in Sha1DevicePath()
|
/bootable/recovery/tests/component/ |
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 | imgdiff_test.cpp | 921 std::string path = android::base::StringPrintf("%s/patch-%zu", debug_dir.path, i); in TEST() local
|
/bootable/recovery/minadbd/ |
D | minadbd_services.cpp | 63 void SetSideloadMountPoint(const std::string& path) { in SetSideloadMountPoint()
|
/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/ |
D | recovery.cpp | 317 ZipString path(RECOVERY_WIPE_ENTRY_NAME); in GetWipePartitionList() local
|