Home
last modified time | relevance | path

Searched refs:flag_path (Results 1 – 2 of 2) sorted by relevance

/external/rootdev/
Dmain.c49 static const char *flag_path = "/"; variable
104 flag_path = argv[optind++]; in parse_args()
129 if (stat(flag_path, &path_stat) != 0) in main()
130 err(1, "Cannot stat(%s)", flag_path); in main()
/external/boringssl/src/crypto/fipsmodule/self_check/
Dself_check.c255 char flag_path[sizeof(kFlagPrefix) + 2*kModuleDigestSize]; in boringssl_fips_self_test() local
265 memcpy(flag_path, kFlagPrefix, sizeof(kFlagPrefix) - 1); in boringssl_fips_self_test()
268 flag_path[sizeof(kFlagPrefix) - 1 + 2 * i] = in boringssl_fips_self_test()
270 flag_path[sizeof(kFlagPrefix) - 1 + 2 * i + 1] = in boringssl_fips_self_test()
273 flag_path[sizeof(flag_path) - 1] = 0; in boringssl_fips_self_test()
275 if (access(flag_path, F_OK) == 0) { in boringssl_fips_self_test()
634 const int fd = open(flag_path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in boringssl_fips_self_test()