Home
last modified time | relevance | path

Searched refs:bundle_contents (Results 1 - 3 of 3) sorted by relevance

/third_party/vulkan-loader/tests/framework/shim/
H A Dunix_shim.cpp325 if (!platform_shim.bundle_contents.empty()) { in my_CFURLGetFileSystemRepresentation()
326 CFIndex copy_len = (CFIndex)platform_shim.bundle_contents.size(); in my_CFURLGetFileSystemRepresentation()
330 strncpy(reinterpret_cast<char*>(buffer), platform_shim.bundle_contents.c_str(), copy_len); in my_CFURLGetFileSystemRepresentation()
H A Dshim.h221 std::string bundle_contents; member
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp776 platform_shim->bundle_contents = get_folder(ManifestLocation::macos_bundle).location().str();

Completed in 4 milliseconds