Lines Matching defs:file_path
778 static int load_file(const char *file_path, int offset_block, int blocks);
786 const char *file_path;
790 file_path = (const char *)fix_path(argv[0]);
800 return load_file(file_path, offset_block, blocks);
849 static bool get_entry(const char *file_path, index_tbl_entry *entry)
892 if (!strncmp(entry->path, file_path, sizeof(entry->path)))
896 LOGE("Cannot find %s!", file_path);
923 static int load_file(const char *file_path, int offset_block, int blocks)
925 printf("Try to load:%s", file_path);
933 snprintf(content.path, sizeof(content.path), "%s", file_path);