/bootable/recovery/updater/ |
D | install.cpp | 73 std::string name = updater->FindBlockDeviceName(partition->name); in UpdateBlockDeviceNameForPartition() local 85 Value* UIPrintFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in UIPrintFn() 100 Value* PackageExtractFileFn(const char* name, State* state, in PackageExtractFileFn() 203 Value* PatchPartitionCheckFn(const char* name, State* state, in PatchPartitionCheckFn() 244 Value* PatchPartitionFn(const char* name, State* state, in PatchPartitionFn() 287 Value* MountFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in MountFn() 334 Value* IsMountedFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in IsMountedFn() 357 Value* UnmountFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in UnmountFn() 392 Value* FormatFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in FormatFn() 483 Value* ShowProgressFn(const char* name, State* state, in ShowProgressFn() [all …]
|
D | dynamic_partitions.cpp | 36 static std::vector<std::string> ReadStringArgs(const char* name, State* state, in ReadStringArgs() 66 Value* UnmapPartitionFn(const char* name, State* state, in UnmapPartitionFn() 76 Value* MapPartitionFn(const char* name, State* state, in MapPartitionFn() 89 Value* UpdateDynamicPartitionsFn(const char* name, State* state, in UpdateDynamicPartitionsFn()
|
D | target_files.cpp | 122 bool TargetFile::ReadEntryToString(const std::string_view name, std::string* content) const { in ReadEntryToString() argument 158 bool TargetFile::ExtractEntryToTempFile(const std::string_view name, in ExtractEntryToTempFile() 217 for (const auto& name : kPropLocations) { in GetBuildProps() local 276 for (const auto& name : kRecoveryFstabLocations) { in ParseFstabInfo() local
|
D | update_simulator_main.cpp | 40 void Usage(std::string_view name) { in Usage() 47 Value* SimulatorPlaceHolderFn(const char* name, State* /* state */, in SimulatorPlaceHolderFn()
|
D | blockimg.cpp | 1626 static Value* PerformBlockImageUpdate(const char* name, State* state, in PerformBlockImageUpdate() 2024 Value* BlockImageVerifyFn(const char* name, State* state, in BlockImageVerifyFn() 2047 Value* BlockImageUpdateFn(const char* name, State* state, in BlockImageUpdateFn() 2068 Value* RangeSha1Fn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in RangeSha1Fn() 2142 Value* CheckFirstBlockFn(const char* name, State* state, in CheckFirstBlockFn() 2207 Value* BlockImageRecoverFn(const char* name, State* state, in BlockImageRecoverFn()
|
/bootable/recovery/edify/ |
D | expr.cpp | 78 Value* ConcatFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in ConcatFn() 94 Value* IfElseFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in IfElseFn() 114 Value* AbortFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in AbortFn() 124 Value* AssertFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in AssertFn() 139 Value* SleepFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in SleepFn() 154 Value* StdoutFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in StdoutFn() 165 Value* LogicalAndFn(const char* name, State* state, in LogicalAndFn() 178 Value* LogicalOrFn(const char* name, State* state, in LogicalOrFn() 191 Value* LogicalNotFn(const char* name, State* state, in LogicalNotFn() 201 Value* SubstringFn(const char* name, State* state, in SubstringFn() [all …]
|
/bootable/recovery/minui/ |
D | resources.cpp | 66 PngHandler::PngHandler(const std::string& name) { in PngHandler() 186 int res_create_display_surface(const char* name, GRSurface** pSurface) { in res_create_display_surface() 218 int res_create_multi_display_surface(const char* name, int* frames, int* fps, in res_create_multi_display_surface() 300 int res_create_alpha_surface(const char* name, GRSurface** pSurface) { in res_create_alpha_surface() 394 int res_create_localized_alpha_surface(const char* name, in res_create_localized_alpha_surface()
|
/bootable/recovery/update_verifier/ |
D | care_map.proto | 24 string name = 1; field
|
/bootable/recovery/recovery_utils/include/recovery_utils/ |
D | logging.h | 34 std::string name; member
|
/bootable/recovery/updater_sample/tests/res/raw/ |
D | update_config_001_stream.json | 2 "name": "streaming-001", string
|
D | update_config_003_nonstream.json | 15 "name": "S ota_002_package", string
|
D | update_config_002_stream.json | 40 "name": "S ota_002_package", string
|
/bootable/recovery/applypatch/include/applypatch/ |
D | applypatch.h | 65 std::string name; member
|
/bootable/recovery/updater_sample/res/raw/ |
D | sample.json | 5 "name": "SAMPLE-cake-release BUILD-12345", string
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/ |
D | PayloadSpecs.java | 59 String name = entry.getName(); in forNonStreaming() local
|
/bootable/recovery/tests/unit/ |
D | verifier_test.cpp | 60 static void VerifyPackageWithCertificates(const std::string& name, in VerifyPackageWithCertificates() 69 static void VerifyPackageWithSingleCertificate(const std::string& name, Certificate&& cert) { in VerifyPackageWithSingleCertificate() 79 for (const auto& name : file_names) { in BuildCertificateArchive() local
|
/bootable/recovery/recovery_utils/ |
D | logging.cpp | 75 void check_and_fclose(FILE* fp, const std::string& name) { in check_and_fclose() 104 std::string name(filename); in logrotate() local
|
/bootable/recovery/ |
D | recovery-persist.cpp | 54 static void check_and_fclose(FILE *fp, const char *name) { in check_and_fclose()
|
/bootable/recovery/edify/include/edify/ |
D | expr.h | 76 std::string name; member
|
/bootable/recovery/install/ |
D | fuse_install.cpp | 72 std::string name(de->d_name); in BrowseDirectory() local
|
D | verifier.cpp | 323 std::string_view name; in IterateZipEntriesAndSearchForKeys() local
|
/bootable/recovery/applypatch/ |
D | imgdiff.cpp | 686 std::string name; in InitializeChunks() local 789 std::string name = entry_name + "-" + std::to_string(count); in AddZipEntryToChunks() local 859 const ImageChunk* ZipModeImage::FindChunkByName(const std::string& name, bool find_normal) const { in FindChunkByName() argument 884 ImageChunk* ZipModeImage::FindChunkByName(const std::string& name, bool find_normal) { in FindChunkByName() 1542 std::string name = OPTIONS[option_index].name; in imgdiff() local
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
D | UpdateConfig.java | 129 public UpdateConfig(String name, String url, int installType) { in UpdateConfig()
|
/bootable/recovery/minadbd/ |
D | minadbd_services.cpp | 312 unique_fd daemon_service_to_fd(std::string_view name, atransport* /* transport */) { in daemon_service_to_fd()
|
/bootable/recovery/uncrypt/ |
D | uncrypt.cpp | 223 static int RetryFibmap(int fd, const std::string& name, int* block, const int head_block) { in RetryFibmap()
|