Home
last modified time | relevance | path

Searched refs:file_name (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dincrementalfs.h99 __aligned_u64 file_name; member
132 __aligned_u64 file_name; member
Dhyperv.h68 __u16 file_name[W_MAX_PATH]; member
Dbpf.h1118 __aligned_u64 file_name; member
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp178 void debug_dump_heap(const char* file_name);
1157 void debug_dump_heap(const char* file_name) { in debug_dump_heap() argument
1164 int fd = open(file_name, O_RDWR | O_CREAT | O_NOFOLLOW | O_TRUNC | O_CLOEXEC, 0644); in debug_dump_heap()
1166 error_log("Unable to create file: %s", file_name); in debug_dump_heap()
1170 error_log("Dumping to file: %s\n", file_name); in debug_dump_heap()