HomeSort by relevance Sort by last modified time
    Searched full:map_file_name (Results 1 - 1 of 1) sorted by null

  /ndk/tests/abcc/jni/mman-win32/
test.c 12 const char* map_file_name = "map_file.dat"; variable
99 int o = open(map_file_name, O_TRUNC | O_BINARY | O_RDWR | O_CREAT, mode);
118 unlink(map_file_name);
129 int o = open(map_file_name, O_TRUNC | O_BINARY | O_RDWR | O_CREAT, mode);
132 printf("unable to create file %s: %d\n", map_file_name, errno);
168 unlink(map_file_name);
179 int o = open(map_file_name, O_TRUNC | O_BINARY | O_RDWR | O_CREAT, mode);
182 printf("unable to create file %s: %d\n", map_file_name, errno);
210 unlink(map_file_name);

Completed in 228 milliseconds