Searched refs:cur_path (Results 1 – 3 of 3) sorted by relevance
| /src/sys/dev/xen/xenstore/ |
| H A D | xenstore.c | 1374 char *cur_path; in xs_rm_tree() local 1382 cur_path = sbuf_data(cur_path_sbuf); in xs_rm_tree() 1397 error = xs_directory(xbt, cur_path, "", &count, &dir); in xs_rm_tree() 1402 error = xs_rm(xbt, cur_path, dir[i]); in xs_rm_tree() 1411 push_dir = xs_join(cur_path, dir[i]); in xs_rm_tree() 1414 cur_path = sbuf_data(cur_path_sbuf); in xs_rm_tree() 1428 error = xs_rm(xbt, cur_path, ""); in xs_rm_tree() 1432 if (!strcmp(cur_path, root_path)) in xs_rm_tree() 1436 last_slash = strrchr(cur_path, '/'); in xs_rm_tree() 1438 ("xs_rm_tree: mangled path %s", cur_path)); in xs_rm_tree()
|
| /src/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))
|
| /src/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()
|