Home
last modified time | relevance | path

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

/external/autotest/client/cros/image_comparison/
Dimage_comparison_factory.py21 def __init__(self, conf_filepath): argument
26 self.conf_filepath = conf_filepath
36 parser.read(self.conf_filepath)
/external/grpc-grpc/src/python/grpcio/
Dcommands.py137 conf_filepath = os.path.join('doc', 'src', 'conf.py')
138 with open(conf_filepath, 'a') as conf_file: