Lines Matching refs:path
132 static SANE_String TopFolder; /* Fixed part of path strings */
750 if (strcmp (Cam_data.port, info.path) == 0)
1595 SANE_Char path[256];
1606 strcpy (path, TopFolder);
1611 strcat (path, "/");
1612 strcat (path, (const char *) folder_list[current_folder]);
1615 num_pictures = read_dir (path, 1);
1675 CameraFilePath path;
1694 CHECK_RET (gp_camera_capture (camera, GP_CAPTURE_IMAGE, &path, NULL));
1778 SANE_Char path[256];
1780 strcpy (path, "\\DCIM\\");
1781 strcat (path, (const char *) folder_list[current_folder]);
1782 strcat (path, "\\");
1783 strcat (path, fname);