Home
last modified time | relevance | path

Searched defs:json_file_path (Results 1 – 8 of 8) sorted by relevance

/external/cronet/stable/base/json/
Djson_file_value_serializer.cc21 const base::FilePath& json_file_path) in JSONFileValueSerializer()
51 const base::FilePath& json_file_path, in JSONFileValueDeserializer()
/external/cronet/tot/base/json/
Djson_file_value_serializer.cc21 const base::FilePath& json_file_path) in JSONFileValueSerializer()
51 const base::FilePath& json_file_path, in JSONFileValueDeserializer()
/external/libchrome/base/json/
Djson_file_value_serializer.cc20 const base::FilePath& json_file_path) in JSONFileValueSerializer()
55 const base::FilePath& json_file_path, in JSONFileValueDeserializer()
/external/grpc-grpc/test/core/security/
Dfetch_oauth2.cc39 static grpc_call_credentials* create_sts_creds(const char* json_file_path) { in create_sts_creds()
/external/cronet/stable/base/test/
Dvalues_test_util.cc280 Value::Dict ParseJsonDictFromFile(const FilePath& json_file_path) { in ParseJsonDictFromFile()
290 expected<void, WriteJsonError> WriteJsonFile(const FilePath& json_file_path, in WriteJsonFile()
/external/cronet/tot/base/test/
Dvalues_test_util.cc280 Value::Dict ParseJsonDictFromFile(const FilePath& json_file_path) { in ParseJsonDictFromFile()
290 expected<void, WriteJsonError> WriteJsonFile(const FilePath& json_file_path, in WriteJsonFile()
/external/pytorch/benchmarks/dynamo/microbenchmarks/
Doperator_inp_utils.py240 def __init__(self, json_file_path): argument
/external/chromium-crossbench/crossbench/
Dparse.py145 def json_file_path(cls, value: pth.AnyPathLike) -> pth.LocalPath: member in PathParser