Searched refs:cur_path (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/xen/xenstore/
H A Dxenstore.c1427 char *cur_path; local
1435 cur_path = sbuf_data(cur_path_sbuf);
1450 error = xs_directory(xbt, cur_path, "", &count, &dir);
1455 error = xs_rm(xbt, cur_path, dir[i]);
1464 push_dir = xs_join(cur_path, dir[i]);
1467 cur_path = sbuf_data(cur_path_sbuf);
1481 error = xs_rm(xbt, cur_path, "");
1485 if (!strcmp(cur_path, root_path))
1489 last_slash = strrchr(cur_path, '/');
1491 ("xs_rm_tree: mangled path %s", cur_path));
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc165 SmallVector<wchar_t, MAX_PATH> cur_path;
169 cur_path.reserve(len);
170 len = ::GetCurrentDirectoryW(cur_path.capacity(), cur_path.data());
178 } while (len > cur_path.capacity());
182 cur_path.set_size(len);
183 return UTF16ToUTF8(cur_path.begin(), cur_path.size(), result);
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c887 const char *cur_path, *prev_path;
892 cur_path = apr_pstrmemdup(subpool, current_path->data,
898 segment->path = cur_path + 1;
901 fs, current_rev, cur_path, subpool));
913 cur_path, subpool));
886 const char *cur_path, *prev_path; local

Completed in 106 milliseconds