HomeSort by relevance Sort by last modified time
    Searched full:json_file_path_ (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/json/
json_file_value_serializer.cc 21 : json_file_path_(json_file_path) {
48 if (base::WriteFile(json_file_path_, json_string.data(), data_size) !=
57 : json_file_path_(json_file_path),
67 if (!base::ReadFileToString(json_file_path_, json_string)) {
76 if (!base::PathExists(json_file_path_))
json_file_value_serializer.h 19 // |json_file_path_| is the path of a file that will be destination of the
43 const base::FilePath json_file_path_; member in class:JSONFileValueSerializer
50 // |json_file_path_| is the path of a file that will be source of the
98 const base::FilePath json_file_path_; member in class:JSONFileValueDeserializer

Completed in 55 milliseconds