OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:json_file
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/extensions/
external_pref_extension_loader.cc
71
FilePath
json_file
;
local
72
json_file
=
75
if (file_util::PathExists(
json_file
)) {
76
JSONFileValueSerializer serializer(
json_file
);
77
prefs.reset(ExtractPrefs(
json_file
, &serializer));
/external/chromium/chrome/common/extensions/docs/build/
directory.py
46
json_file
= open(path, 'r')
51
json_obj = json.load(
json_file
, encoding)
55
json_file
.close()
Completed in 1030 milliseconds