OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:open_file_map
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp
358
static int
open_file_map
(const char *pathname, const char**map, int* size)
function
467
int fd =
open_file_map
(path, &map, &size);
471
error("
open_file_map
fail, fd:%d, path:%s, size:%d", fd, path, size);
536
int fd =
open_file_map
(path, &map, &size);
540
error("
open_file_map
fail, fd:%d, path:%s, size:%d", fd, path, size);
595
int fd =
open_file_map
(path, &map, &size);
598
error("
open_file_map
fail, fd:%d, path:%s, size:%d", fd, path, size);
Completed in 198 milliseconds