Searched refs:orig_name (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | gen_dynamic_list.py | 84 orig_name = match.group(1) 85 if orig_name in function_set and (args.version_list or orig_name not in versioned_functions): 86 result.append(orig_name)
|
/external/autotest/site_utils/autoupdate/lib/ |
D | test_control.py | 28 orig_name = control_data.parse_control_string(orig_control_code).name 32 new_name = '%s_%s' % (orig_name, test.unique_name_suffix()) 33 code_lines[i] = line.replace(orig_name, new_name)
|
/external/autotest/database/ |
D | db_utils.py | 37 for orig_name, new_name in mapping.iteritems(): 38 manager.execute('RENAME TABLE `%s` TO `%s`' % (orig_name, new_name))
|
/external/ltrace/ |
D | ltrace-elf.c | 949 const char *orig_name = strtab + sym.st_name; in populate_this_symtab() local 950 const char *version = strchr(orig_name, '@'); in populate_this_symtab() 951 size_t len = version != NULL ? (assert(version > orig_name), in populate_this_symtab() 952 (size_t)(version - orig_name)) in populate_this_symtab() 953 : strlen(orig_name); in populate_this_symtab() 955 memcpy(name, orig_name, len); in populate_this_symtab()
|
/external/mesa3d/src/glsl/ |
D | linker.cpp | 1565 const char *orig_name; member in tfeedback_decl 1642 this->orig_name = input; in init() 1741 this->orig_name, this->array_subscript, in assign_location() 1768 this->orig_name, this->var_name); in assign_location() 1791 this->orig_name); in assign_location() 1816 this->orig_name); in accumulate_num_outputs() 1894 info->Varyings[info->NumVarying].Name = ralloc_strdup(prog, this->orig_name); in store()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_file.c | 1353 const char *orig_name = name; in wpa_config_write() local 1411 if (chmod_ret != 0 || rename(tmp_name, orig_name) != 0) in wpa_config_write() 1418 orig_name, ret ? "un" : ""); in wpa_config_write()
|
/external/tcpdump/ |
D | tcpdump.c | 814 MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars) in MakeFilename() argument 832 strftime(filename, PATH_MAX, orig_name, local_tm); in MakeFilename() 834 strncpy(filename, orig_name, PATH_MAX); in MakeFilename()
|