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);
1390 check_filepath = filepath + '.index'1392 check_filepath = filepath1394 if not overwrite and os.path.isfile(check_filepath):1395 proceed = ask_to_proceed_with_overwrite(check_filepath)