Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 14 of 14) sorted by relevance

/device/amlogic/yukawa/bootloader/scripts/
Dcollect-khadas_binaries-git-refboard.sh79 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/
Dprotocol_types.cpp33 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/
Diio_utils.cpp61 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/
Dfetcher_config.cpp229 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()
Dfetcher_config.h90 std::string FindCvdFileWithSuffix(const std::string& suffix) const;
/device/google/cuttlefish/common/libs/utils/
Dtype_name.h50 constexpr std::string_view suffix = ">::PrettyFn"; in ExtractName() local
51 if (auto begin = name.rfind(suffix); begin != std::string_view::npos) { in ExtractName()
Dproc_file_utils.cpp181 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/
DBootControl.cpp285 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/
DBootControl.cpp319 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/
Dboot_control.cc83 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/
Dlib.rs582 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/
Dtombstone_to_line.py102 with open(path + args.suffix, 'w') as out_file:
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/
DCHANGELOG.md134 - Don't append .lib suffix on MSVC builds (#72)
/device/google/trout/tools/
Dbpttool1294 for suffix in settings.ab_suffixes:
1296 new_p.label += suffix