Searched refs:flag_path (Results 1 – 4 of 4) sorted by relevance
/external/rootdev/ |
D | main.c | 49 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/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/self_check/ |
D | self_check.c | 256 char flag_path[sizeof(kFlagPrefix) + 2*kModuleDigestSize]; in boringssl_fips_self_test() local 266 memcpy(flag_path, kFlagPrefix, sizeof(kFlagPrefix) - 1); in boringssl_fips_self_test() 269 flag_path[sizeof(kFlagPrefix) - 1 + 2 * i] = in boringssl_fips_self_test() 271 flag_path[sizeof(kFlagPrefix) - 1 + 2 * i + 1] = in boringssl_fips_self_test() 274 flag_path[sizeof(flag_path) - 1] = 0; in boringssl_fips_self_test() 276 if (access(flag_path, F_OK) == 0) { in boringssl_fips_self_test() 692 const int fd = open(flag_path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in boringssl_fips_self_test()
|
/external/boringssl/src/crypto/fipsmodule/self_check/ |
D | self_check.c | 329 char flag_path[sizeof(kFlagPrefix) + 2*kModuleDigestSize]; in boringssl_fips_self_test() local 339 memcpy(flag_path, kFlagPrefix, sizeof(kFlagPrefix) - 1); in boringssl_fips_self_test() 342 flag_path[sizeof(kFlagPrefix) - 1 + 2 * i] = in boringssl_fips_self_test() 344 flag_path[sizeof(kFlagPrefix) - 1 + 2 * i + 1] = in boringssl_fips_self_test() 347 flag_path[sizeof(flag_path) - 1] = 0; in boringssl_fips_self_test() 349 if (access(flag_path, F_OK) == 0) { in boringssl_fips_self_test() 880 const int fd = open(flag_path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in boringssl_fips_self_test()
|
/external/libchrome/base/test/launcher/ |
D | test_results_tracker.cc | 173 FilePath flag_path = in Init() local 175 FilePath::StringType path_string = flag_path.value(); in Init()
|