Searched refs:file_path (Results 1 – 4 of 4) sorted by relevance
41 String file_path = folder_path + "/" + folderName; in savePNG() local42 File dir = new File(file_path); in savePNG()
17 private static byte[] loadImageByteArray(String file_path) { in loadImageByteArray() argument18 Bitmap bitmap = BitmapFactory.decodeFile(file_path); in loadImageByteArray()
42 String file_path = folder_path + "/" + folderName; in save() local43 File dir = new File(file_path); in save()
340 def parse_unicode_datafile(file_path, reverse=False): argument345 with open(file_path) as datafile:376 def parse_standardized_variants(file_path): argument379 with open(file_path) as datafile: