/external/bluetooth/bluedroid/hci/include/ |
H A D | btsnoop.h | 7 void btsnoop_open(const char *p_path, const bool save_existing);
|
H A D | bt_hci_lib.h | 191 int (*logging)(bt_hc_logging_state_t state, char *p_path, bool save_existing);
|
/external/bluetooth/bluedroid/btif/co/ |
H A D | bta_fs_co.c | 132 inline int getAccess(int accType, struct stat *buffer, char *p_path) argument 151 if(statfs(p_path, &fsbuffer)==0) 243 ** Parameters p_path - Fully qualified path and file name. 250 static int btapp_fs_check_space( const char *p_path, const UINT32 size, const UINT8 app_id ) argument 263 if (NULL != (p_dir = (char *) GKI_getbuf(strlen(p_path) + 1))) 265 strcpy(p_dir, p_path); 311 ** Parameters p_path - Fully qualified path and file name. 327 void bta_fs_co_open(const char *p_path, int oflags, UINT32 size, UINT16 evt, argument 343 err = btapp_fs_check_space(p_path, size, app_id); 348 if ((fd = open(p_path, oflag 560 bta_fs_co_access(const char *p_path, int mode, BOOLEAN *p_is_dir, UINT8 app_id) argument 639 bta_fs_co_mkdir(const char *p_path, UINT8 app_id) argument 673 bta_fs_co_rmdir(const char *p_path, UINT8 app_id) argument 778 bta_fs_co_unlink(const char *p_path, UINT8 app_id) argument 856 bta_fs_co_getdirentry(const char *p_path, BOOLEAN first_item, tBTA_FS_DIRENTRY *p_entry, UINT16 evt, UINT8 app_id) argument 987 bta_fs_co_setdir(const char *p_path, UINT8 app_id) argument 1164 bta_fs_co_session_info(BD_ADDR bd_addr, UINT8 *p_sess_info, UINT8 ssn, tBTA_FS_CO_SESS_ST new_st, char *p_path, UINT8 *p_info, UINT8 app_id) argument [all...] |
/external/bluetooth/bluedroid/stack/include/ |
H A D | goep_fs.h | 138 ** Parameters p_path - Fully qualified path and file name. 225 ** Parameters p_path - directory to search (Fully qualified path) 241 typedef void (tGOEP_DIRENTRY_CBACK) (const char *p_path, BOOLEAN first_item, 258 typedef tGOEP_STATUS (tGOEP_ACCESS_CBACK) (const char *p_path, UINT16 mode, 269 ** Parameters p_path - (input) name of directory to create (fully qualified path). 276 typedef tGOEP_STATUS (tGOEP_MKDIR_CBACK) (const char *p_path, UINT8 app_id); 285 ** Parameters p_path - (input) name of directory to remove (fully qualified path). 294 typedef tGOEP_STATUS (tGOEP_RMDIR_CBACK) (const char *p_path, UINT8 app_id); 303 ** Parameters p_path - (input) name of file to remove (fully qualified path). 311 typedef tGOEP_STATUS (tGOEP_UNLINK_CBACK) (const char *p_path, UINT [all...] |
/external/bluetooth/bluedroid/hci/src/ |
H A D | btsnoop.c | 123 void btsnoop_open(const char *p_path, const bool save_existing) { argument 124 assert(p_path != NULL); 125 assert(*p_path != '\0'); 137 strncat(fname_backup, p_path, 255); 139 rename(p_path, fname_backup); 142 hci_btsnoop_fd = open(p_path, 147 ALOGE("%s unable to open '%s': %s", __func__, p_path, strerror(errno));
|
H A D | bt_hci_bdroid.c | 433 static int logging(bt_hc_logging_state_t state, char *p_path, bool save_existing) { argument 438 else if (p_path != NULL) 439 btsnoop_open(p_path, save_existing);
|
/external/bluetooth/bluedroid/bta/include/ |
H A D | bta_fs_co.h | 187 ** Parameters p_path - Fully qualified path and file name. 202 BTA_API extern void bta_fs_co_open(const char *p_path, int oflags, UINT32 size, 222 tBTA_FS_CO_SESS_ST new_st, char *p_path, UINT8 *p_info, UINT8 app_id); 310 ** Parameters p_path - the new path. 318 BTA_API extern void bta_fs_co_setdir(const char *p_path, UINT8 app_id); 422 ** Parameters p_path - (input) file or directory to access (fully qualified path). 424 ** p_is_dir - (output) returns TRUE if p_path specifies a directory. 435 BTA_API extern tBTA_FS_CO_STATUS bta_fs_co_access(const char *p_path, int mode, 446 ** Parameters p_path - (input) name of directory to create (fully qualified path). 456 BTA_API extern tBTA_FS_CO_STATUS bta_fs_co_mkdir(const char *p_path, UINT [all...] |
/external/bluetooth/bluedroid/main/ |
H A D | bte_conf.c | 85 void bte_load_did_conf(const char *p_path) { argument 86 assert(p_path != NULL); 88 config_t *config = config_new(p_path); 90 ALOGE("%s unable to load DID config '%s'.", __func__, p_path);
|
H A D | bte_main.c | 115 extern void bte_load_conf(const char *p_path); 116 extern void bte_load_ble_conf(const char *p_path);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
H A D | URI.java | 243 * @param p_path the URI path - if the path contains '?' or '#', 256 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) argument 259 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment); 274 * @param p_path the URI path - if the path contains '?' or '#', 287 public URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument 311 if (p_path != null) 313 if (p_path.indexOf('?') != -1 && p_queryString != null) 319 if (p_path.indexOf('#') != -1 && p_fragment != null) 330 setPath(p_path); 1154 * @param p_path th 1159 setPath(String p_path) argument [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | URI.java | 240 * @param p_path the URI path - if the path contains '?' or '#', 253 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) argument 256 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment); 271 * @param p_path the URI path - if the path contains '?' or '#', 284 public URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument 308 if (p_path != null) 310 if (p_path.indexOf('?') != -1 && p_queryString != null) 316 if (p_path.indexOf('#') != -1 && p_fragment != null) 327 setPath(p_path); 1174 * @param p_path th 1179 setPath(String p_path) argument [all...] |
/external/bluetooth/bluedroid/btif/src/ |
H A D | btif_core.c | 132 extern void bte_load_did_conf(const char *p_path);
|