Searched refs:abs_path (Results 1 – 3 of 3) sorted by relevance
/system/core/fs_mgr/libfiemap/ |
D | fiemap_writer.cpp | 702 std::string abs_path; in Open() local 703 if (!::android::base::Realpath(file_path, &abs_path)) { in Open() 711 if (!GetBlockDeviceForFile(abs_path, &bdev_path)) { in Open() 713 cleanup(abs_path, create); in Open() 735 file_size = GetFileSize(abs_path); in Open() 737 LOG(ERROR) << "Invalid file size of zero bytes for file: " << abs_path; in Open() 744 if (!PerformFileChecks(abs_path, &blocksz, &fs_type)) { in Open() 745 LOG(ERROR) << "Failed to validate file or file system for file:" << abs_path; in Open() 746 cleanup(abs_path, create); in Open() 757 AllocateFile(file_fd, abs_path, blocksz, file_size, fs_type, std::move(progress)); in Open() [all …]
|
/system/update_engine/payload_consumer/ |
D | postinstall_runner_action.cc | 149 string abs_path = in PerformPartitionPostinstall() local 152 abs_path, fs_mount_dir_, base::CompareCase::SENSITIVE)) { in PerformPartitionPostinstall() 180 << abs_path << ") installed on device " << partition.target_path in PerformPartitionPostinstall() 187 << " is: " << utils::GetFileFormat(abs_path); in PerformPartitionPostinstall() 191 vector<string> command = {abs_path}; in PerformPartitionPostinstall()
|
/system/libziparchive/ |
D | zip_archive_test.cc | 58 const std::string abs_path = test_data_dir + "/" + name; in OpenArchiveWrapper() local 59 return OpenArchive(abs_path.c_str(), handle); in OpenArchiveWrapper()
|