Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_file_value_serializer.cc20 const base::FilePath& json_file_path) in JSONFileValueSerializer() argument
21 : json_file_path_(json_file_path) { in JSONFileValueSerializer()
55 const base::FilePath& json_file_path, in JSONFileValueDeserializer() argument
57 : json_file_path_(json_file_path), options_(options), last_read_size_(0U) {} in JSONFileValueDeserializer()
Djson_file_value_serializer.h22 explicit JSONFileValueSerializer(const base::FilePath& json_file_path);
52 explicit JSONFileValueDeserializer(const base::FilePath& json_file_path,