#include <fstream>
#include <dirent.h>
#include <cctype>
#include <stdlib.h>
#include <cmn/agent.h>
#include <boost/filesystem.hpp>
#include <boost/functional/hash.hpp>
#include <boost/algorithm/string.hpp>
#include "init/agent_param.h"
#include <base/timer.h>
#include <sandesh/sandesh_types.h>
#include <sandesh/sandesh.h>
#include "resource_manager/resource_backup.h"
#include "resource_manager/resource_table.h"
#include "resource_manager/sandesh_map.h"
#include "resource_manager/resource_manager.h"
#include "resource_manager/mpls_index.h"
#include "resource_manager/vm_interface_index.h"
#include "resource_manager/vrf_index.h"
#include "resource_manager/qos_index.h"
#include "resource_manager/bgp_as_service_index.h"
#include "resource_manager/mirror_index.h"
#include <oper/nexthop.h>
Go to the source code of this file.
|
static const std::string | TempFilePath (const std::string &file_name) |
|
static bool | RenameFile (const std::string &file_tmp_name, const std::string &file_name) |
|
◆ RenameFile()
static bool RenameFile |
( |
const std::string & |
file_tmp_name, |
|
|
const std::string & |
file_name |
|
) |
| |
|
static |
◆ TempFilePath()
static const std::string TempFilePath |
( |
const std::string & |
file_name | ) |
|
|
static |