Home
last modified time | relevance | path

Searched refs:json_file_path (Results 1 – 3 of 3) 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,
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dfetch_oauth2.cc38 static grpc_call_credentials* create_sts_creds(const char* json_file_path) { in create_sts_creds() argument
40 if (strlen(json_file_path) == 0) { in create_sts_creds()
49 "load_file", grpc_load_file(json_file_path, 1, &sts_options_slice))); in create_sts_creds()