Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/hifi_hikey_lsp/
Dspecs9 # The %O suffix on the start and end files indicates that the system's
10 # standard suffix for object files (e.g., ".o") should be appended.
11 # The %s suffix tells the compiler driver to search for the file in the
/device/google/cuttlefish/host/libs/config/
Dfetcher_config.cpp200 std::string FetcherConfig::FindCvdFileWithSuffix(const std::string& suffix) const { in FindCvdFileWithSuffix()
207 auto expected_pos = file.size() - suffix.size(); in FindCvdFileWithSuffix()
208 if (file.rfind(suffix) == expected_pos) { in FindCvdFileWithSuffix()
212 LOG(DEBUG) << "Could not find file ending in " << suffix; in FindCvdFileWithSuffix()
Dfetcher_config.h82 std::string FindCvdFileWithSuffix(const std::string& suffix) const;
/device/google/cuttlefish_vmm/
Dgen_android_bp.sh40 local suffix="-linux-gnu"
42 echo ${arch}${suffix}
/device/google/coral/vibrator/
DAndroid.bp45 suffix: "32",
48 suffix: "64",
/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/fuchsia/bioniccompat/include/
Dstdint.h243 #define __int_c(v, suffix) __int_c_join(v, suffix) argument
/device/google/cuttlefish/tools/
Dtombstone_to_line.py102 with open(path + args.suffix, 'w') as out_file: