Home
last modified time | relevance | path

Searched refs:null_path (Results 1 - 2 of 2) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_resource.c266 static coap_str_const_t *null_path = &null_path_value; variable
281 uri_path = coap_new_str_const(null_path->s, null_path->length);
284 uri_path = coap_new_str_const(null_path->s, null_path->length);
/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp3825 auto null_path = env.get_folder(ManifestLocation::null).location() / "test_layer.json"; in TEST() local
3827 env.platform_shim->add_manifest(ManifestCategory::explicit_layer, null_path.str()); in TEST()
3844 auto null_path = env.get_folder(ManifestLocation::null).location() / "test_icd_0.json"; in TEST() local
3845 env.platform_shim->add_manifest(ManifestCategory::icd, null_path.str()); in TEST()
3855 ASSERT_TRUE(env.debug_log.find(std::string("Skipping adding of json file \"") + null_path.str() + in TEST()

Completed in 10 milliseconds