Searched refs:suffix (Results 1 – 14 of 14) sorted by relevance
/device/amlogic/yukawa/bootloader/scripts/ |
D | collect-khadas_binaries-git-refboard.sh | 79 DIR1=$TMP_GIT/u-boot/$(basename --suffix=.bin $item)/bin/ 80 DIR2=$TMP_GIT/u-boot/$(basename --suffix=.img $item)_1.3/bin/ 81 DIR21=$TMP_GIT/u-boot/$(basename --suffix=.bin $item)_1.3/bin/ 82 DIR22=$TMP_GIT/u-boot/$(basename --suffix=.img $item)_1.3/bin/
|
/device/google/cuttlefish/common/libs/confui/ |
D | protocol_types.cpp | 33 std::string suffix = ""; in ToDebugString() local 35 suffix.append(ss.str()); in ToDebugString() 47 return look_up_tab[cmd] + suffix; in ToDebugString() 49 return "kUnknown" + suffix; in ToDebugString()
|
/device/google/trout/hal/sensors/2.1/ |
D | iio_utils.cpp | 61 static bool str_has_suffix(const char* s, const char* suffix) { in str_has_suffix() argument 62 if (!s || !suffix) return false; in str_has_suffix() 65 const auto len_suffix = strlen(suffix); in str_has_suffix() 67 return std::equal(s + len_s - len_suffix, s + len_s, suffix); in str_has_suffix()
|
/device/google/cuttlefish/host/libs/config/ |
D | fetcher_config.cpp | 229 std::string FetcherConfig::FindCvdFileWithSuffix(const std::string& suffix) const { in FindCvdFileWithSuffix() 236 if (android::base::EndsWith(file, suffix)) { in FindCvdFileWithSuffix() 240 LOG(DEBUG) << "Could not find file ending in " << suffix; in FindCvdFileWithSuffix()
|
D | fetcher_config.h | 90 std::string FindCvdFileWithSuffix(const std::string& suffix) const;
|
/device/google/cuttlefish/common/libs/utils/ |
D | type_name.h | 50 constexpr std::string_view suffix = ">::PrettyFn"; in ExtractName() local 51 if (auto begin = name.rfind(suffix); begin != std::string_view::npos) { in ExtractName()
|
D | proc_file_utils.cpp | 181 std::string suffix(" (deleted)"); in GetExecutablePath() local 182 if (android::base::EndsWith(exec_target_path, suffix)) { in GetExecutablePath() 183 return exec_target_path.substr(0, exec_target_path.size() - suffix.size()); in GetExecutablePath()
|
/device/google/gs-common/bootctrl/1.2/ |
D | BootControl.cpp | 285 char suffix[PROPERTY_VALUE_MAX]; in getCurrentSlot() local 286 property_get("ro.boot.slot_suffix", suffix, "_a"); in getCurrentSlot() 287 return std::string(suffix) == "_b" ? 1 : 0; in getCurrentSlot()
|
/device/google/gs-common/bootctrl/aidl/ |
D | BootControl.cpp | 319 char suffix[PROPERTY_VALUE_MAX]; in getCurrentSlot() local 320 property_get("ro.boot.slot_suffix", suffix, "_a"); in getCurrentSlot() 321 *_aidl_return = std::string(suffix) == "_b" ? 1 : 0; in getCurrentSlot()
|
/device/amlogic/yukawa/hal/bootctrl/ |
D | boot_control.cc | 83 static int SlotSuffixToIndex(const char* suffix) { in SlotSuffixToIndex() argument 85 if (!strcmp(kSlotSuffixes[slot], suffix)) return slot; in SlotSuffixToIndex()
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/ |
D | lib.rs | 582 for suffix in suffixes { in extract_lib_from_filename() 583 if filename.ends_with(suffix) { in extract_lib_from_filename() 584 return Some(&filename[..filename.len() - suffix.len()]); in extract_lib_from_filename()
|
/device/google/cuttlefish/tools/ |
D | tombstone_to_line.py | 102 with open(path + args.suffix, 'w') as out_file:
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/ |
D | CHANGELOG.md | 134 - Don't append .lib suffix on MSVC builds (#72)
|
/device/google/trout/tools/ |
D | bpttool | 1294 for suffix in settings.ab_suffixes: 1296 new_p.label += suffix
|