HomeSort by relevance Sort by last modified time
    Searched refs:kpath (Results 1 - 3 of 3) sorted by null

  /external/linux-kselftest/tools/testing/selftests/kcmp/
kcmp_test.c 32 const char kpath[] = "kcmp-test-file"; local
42 fd1 = open(kpath, O_RDWR | O_CREAT | O_TRUNC, 0644);
91 fd2 = open(kpath, O_RDWR);
  /external/bcc/src/cc/frontends/clang/
loader.cc 116 string kdir, kpath; local
123 kpath = string(kpath_env);
128 kpath = kdir + "/" + kernel_path_info.second;
132 std::cout << "Running from kernel directory at: " << kpath.c_str() << "\n";
135 DirStack dstack(kpath);
170 KBuildHelper kbuild_helper(kpath_env ? kpath : kdir, has_kpath_source);
  /external/openssh/regress/misc/kexfuzz/
kexfuzz.c 349 const char *kex = NULL, *kpath = NULL, *data_path = NULL; local
387 kpath = optarg;
411 if (kpath == NULL)
413 if ((fd = open(kpath, O_RDONLY)) == -1)
414 err(1, "open %s", kpath);
417 errx(1, "Unable to load key %s: %s", kpath, ssh_err(r));

Completed in 177 milliseconds