Home
last modified time | relevance | path

Searched refs:kpath (Results 1 – 4 of 4) sorted by relevance

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