OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:descriptor_string
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/installd/
otapreopt_chroot.cpp
48
static void CloseDescriptor(const char*
descriptor_string
) {
50
std::istringstream stream(
descriptor_string
);
/art/compiler/debug/
elf_debug_info_writer.h
306
std::string
descriptor_string
;
local
307
WriteLazyType(element_type->GetDescriptor(&
descriptor_string
));
322
std::string
descriptor_string
;
local
323
const char* desc = type->GetDescriptor(&
descriptor_string
);
Completed in 575 milliseconds