HomeSort by: relevance | last modified time | path
    Searched refs:in_path (Results 1 - 8 of 8) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/nbdb_reindexd/
nbdb_sniffer_test.c 83 const char *in_path; member in struct:TEST_CASE::__anon46
143 got_cmd = nbdb_get_index_cmd_as(tp->index_cmd.in_path,
260 .in_path = "path/to/file",
273 .in_path = "path/to/file",
287 .in_path = "path/to/file",
298 .in_path = "path/to/file",
  /src/external/mpl/bind/dist/bin/tests/
convert_trs_to_junit.py 41 def find_test_relative_path(source_dir, in_path):
42 """Return {in_path}.c if it exists, with fallback to {in_path}"""
43 candidates_relative = [in_path + ".c", in_path]
  /src/external/bsd/libfido2/dist/tools/
assert_verify.c 156 char *in_path = NULL; local
172 in_path = optarg;
191 in_f = open_read(in_path);
cred_make.c 147 char *in_path = NULL; local
178 in_path = optarg;
209 in_f = open_read(in_path);
cred_verify.c 107 char *in_path = NULL; local
130 in_path = optarg;
149 in_f = open_read(in_path);
assert_get.c 219 char *in_path = NULL; local
241 in_path = optarg;
277 in_f = open_read(in_path);
  /src/external/bsd/atf/dist/tools/
fs.cpp 247 do_unmount(const impl::path& in_path)
252 const impl::path& abs_path = in_path.is_absolute() ?
253 in_path : in_path.to_absolute();
263 throw tools::system_error(IMPL_NAME "::cleanup(" + in_path.str() +
  /src/external/gpl2/dtc/dist/
fdtput.c 186 * @param in_path Path to process
189 static int create_paths(char **blob, const char *in_path)
191 const char *path = in_path;

Completed in 20 milliseconds