Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dremoteconf.c640 vchar_t *new_path; local
652 if ((new_path = vmalloc(len)) == NULL) {
658 new_path->v[0] = '\0';
659 (void)strlcat(new_path->v, script_dir, len);
660 (void)strlcat(new_path->v, "/", len);
661 (void)strlcat(new_path->v, path->v, len);
664 path = new_path;
/external/qemu/block/
Dvvfat.c1380 uint32_t cluster, char* new_path) in schedule_rename() argument
1383 commit->path = new_path; in schedule_rename()
2377 char* new_path = qemu_malloc(l + diff + 1); in handle_renames_and_mkdirs() local
2381 pstrcpy(new_path, l + diff + 1, mapping->path); in handle_renames_and_mkdirs()
2382 pstrcpy(new_path + l1, l + diff + 1 - l1, in handle_renames_and_mkdirs()
2385 schedule_rename(s, m->begin, new_path); in handle_renames_and_mkdirs()