OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_file
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/bionic/
error.cpp
78
static const char*
last_file
;
local
80
if (last_line == line &&
last_file
!= nullptr && strcmp(
last_file
, file) == 0) {
83
last_file
= file;
/external/swiftshader/src/OpenGL/compiler/
Common.h
28
int
last_file
;
member in struct:TSourceLoc
/external/elfutils/libdwfl/
linux-proc-maps.c
197
#define report() do_report(dwfl, &
last_file
, low, high)
204
char *
last_file
= NULL;
local
225
free (
last_file
);
242
if (asprintf (&
last_file
, "[vdso: %d]", (int) pid) < 0
252
if (
last_file
!= NULL
256
if (strcmp (
last_file
, file) != 0)
258
free (
last_file
);
270
last_file
= strdup (file);
/external/python/cpython3/Python/
traceback.c
539
PyObject *
last_file
= NULL;
local
553
if (
last_file
== NULL ||
554
tb->tb_frame->f_code->co_filename !=
last_file
||
560
last_file
= tb->tb_frame->f_code->co_filename;
/external/elfutils/src/
readelf.c
7905
const char *
last_file
= "";
local
[
all
...]
Completed in 198 milliseconds