Searched refs:client_state_file (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/policy/test/
H A Dlocal_policy_test_server.cc250 base::FilePath client_state_file = local
252 if (base::WriteFile(client_state_file, json.c_str(), json.size()) !=
256 arguments->SetString("client-state", client_state_file.AsUTF8Unsafe());
H A Dpolicy_testserver.py866 def __init__(self, server_address, data_dir, policy_path, client_state_file,
880 self.client_state_file = client_state_file
938 if self.client_state_file is not None:
940 file_contents = open(self.client_state_file).read()
1087 if self.client_state_file is not None:
1089 open(self.client_state_file, 'w').write(json_data)
1201 self.options.client_state_file,
1209 self.option_parser.add_option('--client-state', dest='client_state_file',

Completed in 98 milliseconds