OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abi_file
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libabi/
op_abi.h
37
int op_write_abi_to_file(char const *
abi_file
);
op_abi.c
79
int op_write_abi_to_file(char const *
abi_file
)
84
if ((fp = fopen(
abi_file
, "w")) == NULL)
opimport.cpp
182
ifstream
abi_file
(abi_filename.c_str());
183
if (!
abi_file
) {
188
abi_file
>> input_abi;
/external/oprofile/
oprofile_android
359
abi_file
= os.path.join(self.session_dir, 'abi')
380
rc, output = self.adb.pull('/data/oprofile/abi',
abi_file
, echo=False)
402
rc, output = execute([opimport_bin, '-a',
abi_file
, '-o', out_path, in_path], echo=False)
Completed in 530 milliseconds