Searched refs:cur_path (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/xen/xenstore/ |
H A D | xenstore.c | 1375 char *cur_path; in xs_rm_tree() local 1383 cur_path = sbuf_data(cur_path_sbuf); in xs_rm_tree() 1398 error = xs_directory(xbt, cur_path, "", &count, &dir); in xs_rm_tree() 1403 error = xs_rm(xbt, cur_path, dir[i]); in xs_rm_tree() 1412 push_dir = xs_join(cur_path, dir[i]); in xs_rm_tree() 1415 cur_path = sbuf_data(cur_path_sbuf); in xs_rm_tree() 1429 error = xs_rm(xbt, cur_path, ""); in xs_rm_tree() 1433 if (!strcmp(cur_path, root_path)) in xs_rm_tree() 1437 last_slash = strrchr(cur_path, '/'); in xs_rm_tree() 1439 ("xs_rm_tree: mangled path %s", cur_path)); in xs_rm_tree()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 199 SmallVector<wchar_t, MAX_PATH> cur_path; 203 cur_path.resize_for_overwrite(len); 204 len = ::GetCurrentDirectoryW(cur_path.size(), cur_path.data()); 212 } while (len > cur_path.size()); 216 cur_path.truncate(len); 219 UTF16ToUTF8(cur_path.begin(), cur_path.size(), result))
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 295 std::string cur_path = context.module_sp->GetFileSpec().GetPath(); in SearchCallback() local 296 llvm::StringRef cur_path_view = cur_path; in SearchCallback()
|