MCPcopy Create free account
hub / github.com/acl-dev/acl / set_extName

Method set_extName

lib_acl_cpp/src/queue/queue_file.cpp:380–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380void queue_file::set_extName(const char* extName)
381{
382 ACL_SAFE_STRNCPY(m_extName, extName, sizeof(m_extName));
383 m_filePath.clear();
384 m_filePath << m_home << PATH_SEP << m_queueName << PATH_SEP
385 << m_queueSub << PATH_SEP << m_partName << "." << m_extName;
386}
387
388bool queue_file::lock(void)
389{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected