HomeSort by relevance Sort by last modified time
    Searched defs:replace_str (Results 1 - 2 of 2) sorted by null

  /external/avb/libavb/
avb_cmdline.c 42 const char* replace_str[NUM_GUIDS] = {"$(ANDROID_SYSTEM_PARTUUID)", local
65 if (avb_strstr(cmdline, replace_str[n]) == NULL) {
89 ret = avb_replace(cmdline, replace_str[n], guid_buf);
91 char* new_ret = avb_replace(ret, replace_str[n], guid_buf);
  /external/u-boot/lib/libavb/
avb_cmdline.c 23 const char* replace_str[NUM_GUIDS] = {"$(ANDROID_SYSTEM_PARTUUID)", local
62 ret = avb_replace(cmdline, replace_str[n], guid_buf);
64 char* new_ret = avb_replace(ret, replace_str[n], guid_buf);

Completed in 1559 milliseconds