Home
last modified time | relevance | path

Searched refs:embedded_str (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/
Dsite_utils.py435 embedded_str = re.search(r'x86-\w+-(.*)', _board)
436 if embedded_str:
437 build_type = embedded_str.group(1) + '-' + build_type
/external/libxcam/tests/
Dtest-soft-image.cpp290 combine_name (const char *orig_name, const char *embedded_str, char *new_name) in combine_name() argument
297 …snprintf (new_name, XCAM_TEST_MAX_STR_SIZE, "%s%s_%s", path.c_str (), embedded_str, dir_delimiter … in combine_name()
299 snprintf (new_name, XCAM_TEST_MAX_STR_SIZE, "%s_%s", embedded_str, orig_name); in combine_name()