Home
last modified time | relevance | path

Searched refs:file_buf (Results 1 – 9 of 9) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_symbolize.cc43 char *file_buf, uptr file_siz, int *line, in __tsan_symbolize_external() argument
54 static char file_buf[1024]; in SymbolizeCode() local
57 if (__tsan_symbolize_external(addr, func_buf, sizeof(func_buf), file_buf, in SymbolizeCode()
58 sizeof(file_buf), &line, &col)) { in SymbolizeCode()
60 frame->info.file = internal_strdup(file_buf); in SymbolizeCode()
/external/llvm/test/Bindings/OCaml/
Dbitwriter.ml44 let file_buf = read_file Sys.argv.(1) in
46 test (file_buf = temp_bitcode m);
47 test (file_buf = temp_bitcode ~unbuffered:false m);
48 test (file_buf = temp_bitcode ~unbuffered:true m);
49 test (file_buf = Llvm.MemoryBuffer.as_string (Llvm_bitwriter.write_bitcode_to_memory_buffer m))
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_symbolize.cpp43 char *file_buf, uptr file_siz, int *line, in __tsan_symbolize_external() argument
94 static char file_buf[1024]; in SymbolizeCode() local
97 if (__tsan_symbolize_external(addr, func_buf, sizeof(func_buf), file_buf, in SymbolizeCode()
98 sizeof(file_buf), &line, &col)) { in SymbolizeCode()
100 frame->info.file = internal_strdup(file_buf); in SymbolizeCode()
/external/llvm-project/llvm/test/Bindings/OCaml/
Dbitwriter.ml44 let file_buf = read_file Sys.argv.(1) in
46 test (file_buf = temp_bitcode m);
47 test (file_buf = temp_bitcode ~unbuffered:false m);
48 test (file_buf = temp_bitcode ~unbuffered:true m);
49 …test (file_buf = Bytes.of_string (Llvm.MemoryBuffer.as_string (Llvm_bitwriter.write_bitcode_to_mem…
/external/ltp/testcases/kernel/containers/share/
Dns_exec.c59 char file_buf[30]; in open_ns_fd() local
61 sprintf(file_buf, "%s/%s/ns/%s", PROC_PATH, pid, ns); in open_ns_fd()
63 fd = open(file_buf, O_RDONLY); in open_ns_fd()
/external/llvm-project/compiler-rt/test/tsan/
Djava_symbolization_legacy.cpp7 char *file_buf, jptr file_siz, in __tsan_symbolize_external() argument
11 memcpy(file_buf, "MyFile.java", sizeof("MyFile.java")); in __tsan_symbolize_external()
/external/compiler-rt/test/tsan/
Djava_symbolization.cc7 char *file_buf, jptr file_siz, in __tsan_symbolize_external() argument
11 memcpy(file_buf, "MyFile.java", sizeof("MyFile.java")); in __tsan_symbolize_external()
/external/llvm-project/compiler-rt/test/tsan/Linux/
Ddouble_race.cpp19 char *file_buf, in __tsan_symbolize_external() argument
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp2457 void *file_buf = data_sp->GetBytes(); in LoadAllocation() local
2458 if (file_buf == nullptr || in LoadAllocation()
2466 static_cast<AllocationDetails::FileHeader *>(file_buf); in LoadAllocation()
2478 memcpy(&root_el_hdr, static_cast<uint8_t *>(file_buf) + in LoadAllocation()
2530 file_buf = static_cast<uint8_t *>(file_buf) + file_header->hdr_size; in LoadAllocation()
2550 size_t written = GetProcess()->WriteMemory(alloc_data, file_buf, size, err); in LoadAllocation()