Searched refs:state_file (Results 1 – 2 of 2) sorted by relevance
103 local measured_data state_file="$TST_TMPDIR/selinux_state.txt"128 echo "$line" | cut -d' ' -f6 | tst_hexdump -d > $state_file130 expected_digest="$(compute_digest $algorithm $state_file)" || \147 measured_data=$(cat $state_file)
466 fs::path state_file ( in load_state() local468 if (state_file == "-") in load_state()469 state_file = boost::wave::util::create_path("wave.state"); in load_state()476 ifstream ifs (state_file.string().c_str(), mode); in load_state()511 fs::path state_file (boost::wave::util::create_path( in save_state() local513 if (state_file == "-") in save_state()514 state_file = boost::wave::util::create_path("wave.state"); in save_state()521 ofstream ofs(state_file.string().c_str(), mode); in save_state()524 << state_file.string() << endl; in save_state()