Searched refs:new_name (Results 51 - 56 of 56) sorted by relevance
123
/third_party/vulkan-loader/tests/framework/ |
H A D | test_util.h | 267 // copy file into this folder with name `new_name`. Returns the full path of the file that was copied 268 path copy_file(path const& file, std::string const& new_name);
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testharness.js | 4397 var new_name = do_substitution(name).join(""); 4399 rv[1][new_name] = new_value;
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.c | 1972 char *new_name; in jack_probe() local 1984 new_name = pa_sprintf_malloc("%s,pcm=%i Jack", j->name, mapping->hw_device_index); in jack_probe() 1986 j->alsa_id.name = new_name; in jack_probe()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_c.cpp | 1970 spvc_result spvc_compiler_rename_entry_point(spvc_compiler compiler, const char *old_name, const char *new_name, in spvc_compiler_rename_entry_point() argument 1975 compiler->compiler->rename_entry_point(old_name, new_name, static_cast<spv::ExecutionModel>(model)); in spvc_compiler_rename_entry_point()
|
H A D | spirv_cross.cpp | 2263 void Compiler::rename_entry_point(const std::string &old_name, const std::string &new_name, spv::ExecutionModel model) in rename_entry_point() argument 2266 entry.orig_name = new_name; in rename_entry_point() 2267 entry.name = new_name; in rename_entry_point()
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 4825 char *new_name; local 4836 new_name = strdup(map->name); 4838 new_name = strdup(info.name); 4840 if (!new_name) 4862 map->name = new_name; 4878 free(new_name);
|
Completed in 38 milliseconds
123