Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 31) sorted by relevance

12

/bootable/recovery/updater/
Dinstall.cpp73 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 …]
Ddynamic_partitions.cpp36 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()
Dtarget_files.cpp122 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
Dupdate_simulator_main.cpp40 void Usage(std::string_view name) { in Usage()
47 Value* SimulatorPlaceHolderFn(const char* name, State* /* state */, in SimulatorPlaceHolderFn()
Dblockimg.cpp1626 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/
Dexpr.cpp78 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/
Dresources.cpp66 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/
Dcare_map.proto24 string name = 1; field
/bootable/recovery/recovery_utils/include/recovery_utils/
Dlogging.h34 std::string name; member
/bootable/recovery/updater_sample/tests/res/raw/
Dupdate_config_001_stream.json2 "name": "streaming-001", string
Dupdate_config_003_nonstream.json15 "name": "S ota_002_package", string
Dupdate_config_002_stream.json40 "name": "S ota_002_package", string
/bootable/recovery/applypatch/include/applypatch/
Dapplypatch.h65 std::string name; member
/bootable/recovery/updater_sample/res/raw/
Dsample.json5 "name": "SAMPLE-cake-release BUILD-12345", string
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DPayloadSpecs.java59 String name = entry.getName(); in forNonStreaming() local
/bootable/recovery/tests/unit/
Dverifier_test.cpp60 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/
Dlogging.cpp75 void check_and_fclose(FILE* fp, const std::string& name) { in check_and_fclose()
104 std::string name(filename); in logrotate() local
/bootable/recovery/
Drecovery-persist.cpp54 static void check_and_fclose(FILE *fp, const char *name) { in check_and_fclose()
/bootable/recovery/edify/include/edify/
Dexpr.h76 std::string name; member
/bootable/recovery/install/
Dfuse_install.cpp72 std::string name(de->d_name); in BrowseDirectory() local
Dverifier.cpp323 std::string_view name; in IterateZipEntriesAndSearchForKeys() local
/bootable/recovery/applypatch/
Dimgdiff.cpp686 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/
DUpdateConfig.java129 public UpdateConfig(String name, String url, int installType) { in UpdateConfig()
/bootable/recovery/minadbd/
Dminadbd_services.cpp312 unique_fd daemon_service_to_fd(std::string_view name, atransport* /* transport */) { in daemon_service_to_fd()
/bootable/recovery/uncrypt/
Duncrypt.cpp223 static int RetryFibmap(int fd, const std::string& name, int* block, const int head_block) { in RetryFibmap()

12