OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__file_name
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h
399
char*
__file_name
= new char[__root_len + 1 + __ext_len + 1];
local
400
__builtin_memcpy(
__file_name
,
403
*(
__file_name
+ __root_len) = '.';
404
__builtin_memcpy(
__file_name
+ __root_len + 1,
407
FILE* __out_file = std::fopen(
__file_name
, "w");
411
__file_name
);
415
delete[]
__file_name
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h
399
char*
__file_name
= new char[__root_len + 1 + __ext_len + 1];
local
400
__builtin_memcpy(
__file_name
,
403
*(
__file_name
+ __root_len) = '.';
404
__builtin_memcpy(
__file_name
+ __root_len + 1,
407
FILE* __out_file = std::fopen(
__file_name
, "w");
411
__file_name
);
415
delete[]
__file_name
;
Completed in 366 milliseconds