Home | History | Annotate | Download | only in include

Lines Matching defs:file

6  *  you may not use this file except in compliance with the License.
21 * This is the interface file for the synchronization server call-out
73 #define BTA_FS_CO_NONE GOEP_NONE /* used in ci_open, on resume (no file to resume) */
140 /* a data type to keep an array of ssn/file offset - the info can be saved to NV */
144 char file[BTA_FS_CO_PATH_LEN + 1]; /* file[0] !=0 on resume -> the previous suspended session had opened files */
145 int oflags; /* the flag to open the file */
148 UINT32 offset; /* last file offset */
183 ** Description This function is executed by BTA when a file is opened.
185 ** a file for reading or writing.
187 ** Parameters p_path - Fully qualified path and file name.
189 ** size - size of file to put (0 if unavailable or not applicable)
197 ** Note: Upon completion of the request, a file descriptor (int),
289 ** This is used to inform call-out module if the ssn/file offset
327 ** Parameters fd - file descriptor of file to close.
344 ** previously opened file on the phone.
346 ** Parameters fd - file descriptor of file to read from.
362 ** bytes have been read, the end of file has been detected,
373 ** Description This function is called by io to send file data to the
376 ** Parameters fd - file descriptor of file to write to.
378 ** nbytes - number of bytes to write out to the file.
389 ** called with the file descriptor and the status. The
401 ** Description This function is called by io to move the file pointer
402 ** of a previously opened file to the specified location for
405 ** Parameters fd - file descriptor of file.
419 ** Description This function is called to check the existence of a file or
422 ** Parameters p_path - (input) file or directory to access (fully qualified path).
483 ** Description This function is called by to remove a file whose name
486 ** Parameters p_path - (input) name of file to remove (fully qualified path).
534 ** Description This function is called to copy a file/directory whose
537 ** Parameters p_src_path - (input) name of file/directory to be copied (fully qualified path).
538 ** p_dest_path - (input) new name of file/directory(fully qualified path).
559 ** Description This function is called to move a file/directory whose
562 ** Parameters p_src_path - (input) name of file/directory to be moved (fully qualified path).
563 ** p_dest_path - (input) new name of file/directory(fully qualified path).
582 ** Description This function is called to set the permission a file/directory
585 ** Parameters p_src_path - (input) name of file/directory to set permission (fully qualified path).
605 ** the opened file (for reliable session suspend/resume.)
607 ** Parameters p_path - Fully qualified path and file name.
638 ** the last file offset (Only the receiving side needs to keep
639 ** track of the file offset)