Searched refs:check_filepath (Results 1 – 3 of 3) sorted by relevance
27 bool check_filepath) { in FromDataInternal() argument28 if (check_filepath && params.length != params.payload_to_serialize.size()) { in FromDataInternal()
81 bool check_filepath);
2173 check_filepath = filepath + '.index'2175 check_filepath = filepath2177 if not overwrite and os.path.isfile(check_filepath):2178 proceed = ask_to_proceed_with_overwrite(check_filepath)