OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_state_file
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.cc
233
base::FilePath
client_state_file
=
local
235
if (file_util::WriteFile(
client_state_file
, json.c_str(), json.size()) !=
239
arguments->SetString("client-state",
client_state_file
.AsUTF8Unsafe());
policy_testserver.py
678
def __init__(self, server_address, data_dir, policy_path,
client_state_file
,
692
self.
client_state_file
=
client_state_file
733
if self.
client_state_file
is not None:
735
file_contents = open(self.
client_state_file
).read()
833
if self.
client_state_file
is not None:
835
open(self.
client_state_file
, 'w').write(json_data)
[
all
...]
Completed in 49 milliseconds