Home
last modified time | relevance | path

Searched refs:state_file (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
Dima_selinux.sh103 local measured_data state_file="$TST_TMPDIR/selinux_state.txt"
128 echo "$line" | cut -d' ' -f6 | tst_hexdump -d > $state_file
130 expected_digest="$(compute_digest $algorithm $state_file)" || \
147 measured_data=$(cat $state_file)
/third_party/boost/libs/wave/tool/
Dcpp.cpp466 fs::path state_file ( in load_state() local
468 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() local
513 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()