Searched refs:createPhysicalFile (Results 1 – 3 of 3) sorted by relevance
85 std::shared_ptr<File> createPhysicalFile(const std::string &path);
341 std::shared_ptr<File> Context::Lock::createPhysicalFile(const std::string &path) in createPhysicalFile() function in vk::dbg::Context::Lock
1470 file = lock.createPhysicalFile(path); in setLocation()1859 auto file = ctx->lock().createPhysicalFile(source->file.c_str()); in process()