Home
last modified time | relevance | path

Searched refs:next_path (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxUnorderedMap.cpp174 llvm::SmallVector<ConstString, 3> next_path; in Update() local
180 next_path.append({ConstString("__p1_"), ConstString("__first_"), in Update()
188 next_path.append({ConstString("__p1_"), ConstString("__value_"), in Update()
199 m_tree = table_sp->GetChildAtNamePath(next_path).get(); in Update()
202 table_sp->GetChildAtNamePath(next_path).get(); in Update()
/external/rust/crates/glob/src/
Dlib.rs822 let add = |todo: &mut Vec<_>, next_path: PathBuf| { in fill_todo()
827 todo.push(Ok((next_path, !0 as usize))); in fill_todo()
829 fill_todo(todo, patterns, idx + 1, &next_path, options); in fill_todo()
844 let next_path = if curdir { in fill_todo() localVariable
849 if (special && is_dir) || (!special && fs::metadata(&next_path).is_ok()) { in fill_todo()
850 add(todo, next_path); in fill_todo()
/external/libchrome/base/process/
Dprocess_util_unittest.cc334 base::FilePath next_path; in MULTIPROCESS_TEST_MAIN() local
335 while (!(next_path = enumerator.Next()).empty()) { in MULTIPROCESS_TEST_MAIN()
336 if (next_path != base::FilePath("/tmp")) { in MULTIPROCESS_TEST_MAIN()
338 << next_path.MaybeAsASCII(); in MULTIPROCESS_TEST_MAIN()