Home
last modified time | relevance | path

Searched defs:path (Results 1 – 21 of 21) sorted by relevance

/bootable/recovery/tests/unit/
Ddirutil_test.cpp53 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
Dpackage_test.cpp109 ZipString path(entry_name.c_str()); in TEST_F() local
Dapplypatch_test.cpp168 std::string path = dirname + "/" + de->d_name; in FindFilesInDir() local
/bootable/recovery/install/
Dfuse_sdcard_install.cpp57 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
Dpackage.cpp105 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()
Dinstall.cpp76 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/
Ddirutil.cpp33 static DirStatus dir_status(const std::string& path) { in dir_status()
58 std::string path = input_path; in mkdir_recursively() local
Droots.cpp78 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()
Dthermalutil.cpp64 for (const auto& path : thermal_paths) { in GetMaxValueFromThermalZone() local
Dlogging.cpp61 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/
Dsysutil.h47 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/
Dfuse_provider.cpp33 FuseFileDataProvider::FuseFileDataProvider(const std::string& path, uint32_t block_size) { in FuseFileDataProvider()
/bootable/recovery/applypatch/
Dfreecache.cpp54 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/
Duncrypt.cpp171 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/
Ddynamic_partitions.cpp105 static bool MapPartitionOnDeviceMapper(const std::string& partition_name, std::string* path) { in MapPartitionOnDeviceMapper()
133 std::string path; in MapPartitionFn() local
Dblockimg.cpp1584 static bool Sha1DevicePath(const std::string& path, uint8_t digest[SHA_DIGEST_LENGTH]) { in Sha1DevicePath()
/bootable/recovery/tests/component/
Dverifier_test.cpp62 std::string path = from_testdata_base(name); in VerifyPackageWithCertificates() local
253 std::string path = from_testdata_base(args[0]); in SetUp() local
Dimgdiff_test.cpp921 std::string path = android::base::StringPrintf("%s/patch-%zu", debug_dir.path, i); in TEST() local
/bootable/recovery/minadbd/
Dminadbd_services.cpp63 void SetSideloadMountPoint(const std::string& path) { in SetSideloadMountPoint()
/bootable/recovery/update_verifier/
Dupdate_verifier.cpp109 std::string path = DM_PATH_PREFIX + std::string(namelist[n]->d_name) + DM_PATH_SUFFIX; in FindDmPartitions() local
/bootable/recovery/
Drecovery.cpp317 ZipString path(RECOVERY_WIPE_ENTRY_NAME); in GetWipePartitionList() local