Searched refs:next_path (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | token.h | 55 const char **next_path; member 218 extern int init_stream(const struct position *pos, const char *, int fd, const char **next_path); 229 … * tokenize(const struct position *pos, const char *, int, struct token *, const char **next_path);
|
D | tokenize.c | 313 int init_stream(const struct position *pos, const char *name, int fd, const char **next_path) in init_stream() argument 329 current->next_path = next_path; in init_stream() 1018 …nst struct position *pos, const char *name, int fd, struct token *endtoken, const char **next_path) in tokenize() argument 1025 idx = init_stream(pos, name, fd, next_path); in tokenize()
|
D | pre-process.c | 899 …os, const char *path, const char *filename, int flen, struct token **where, const char **next_path) in try_include() argument 916 *where = tokenize(&pos, streamname, fd, *where, next_path); in try_include() 978 path = stream->next_path; in handle_include_path()
|
/third_party/rust/crates/glob/src/ |
D | lib.rs | 831 let add = |todo: &mut Vec<_>, next_path: PathBuf| { in fill_todo() 836 todo.push(Ok((next_path, !0 as usize))); in fill_todo() 838 fill_todo(todo, patterns, idx + 1, &next_path, options); in fill_todo() 853 let next_path = if curdir { in fill_todo() localVariable 858 if (special && is_dir) || (!special && fs::metadata(&next_path).is_ok()) { in fill_todo() 859 add(todo, next_path); in fill_todo()
|
/third_party/node/src/ |
D | node_file.cc | 1539 std::string next_path = req_wrap->continuation_data()->PopPath(); in MKDirpSync() local 1540 int err = uv_fs_mkdir(loop, req, next_path.c_str(), mode, nullptr); in MKDirpSync() 1546 req_wrap->continuation_data()->MaybeSetFirstPath(next_path); in MKDirpSync() 1558 std::string dirname = next_path.substr(0, in MKDirpSync() 1559 next_path.find_last_of(kPathSeparator)); in MKDirpSync() 1560 if (dirname != next_path) { in MKDirpSync() 1561 req_wrap->continuation_data()->PushPath(std::move(next_path)); in MKDirpSync() 1572 err = uv_fs_stat(loop, req, next_path.c_str(), nullptr); in MKDirpSync() 1606 std::string next_path = req_wrap->continuation_data()->PopPath(); in MKDirpAsync() local 1607 int err = uv_fs_mkdir(loop, req, next_path.c_str(), mode, in MKDirpAsync()
|
/third_party/libbpf/src/ |
D | libbpf.c | 11698 char *next_path; local 11703 next_path = strchr(s, ':'); 11704 seg_len = next_path ? next_path - s : strlen(s);
|
/third_party/node/deps/v8/src/torque/ |
D | implementation-visitor.cc | 5415 std::string next_path = path + field.name_and_type.name + "."; in CollectAllFields() local 5419 CollectAllFields(next_path, inner_field, result); in CollectAllFields()
|