OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_prefix_
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
runtime.h
94
std::string
host_prefix_
;
member in class:art::Runtime::ParsedOptions
198
return
host_prefix_
;
443
std::string
host_prefix_
;
member in class:art::Runtime
runtime_test.cc
68
EXPECT_EQ("host_prefix", parsed->
host_prefix_
);
runtime.cc
586
parsed->
host_prefix_
= reinterpret_cast<const char*>(options[i].second);
711
CHECK(
host_prefix_
.empty()) <<
host_prefix_
;
843
host_prefix_
= options->
host_prefix_
;
[
all
...]
/art/oatdump/
oatdump.cc
100
:
host_prefix_
(host_prefix),
134
if (!image_file_location.empty() && !
host_prefix_
.empty()) {
135
os << " (" <<
host_prefix_
<< image_file_location << ")";
656
const std::string
host_prefix_
;
member in class:art::OatDumper
668
: os_(os), image_filename_(image_filename),
host_prefix_
(host_prefix),
725
if (!
host_prefix_
.empty()) {
726
oat_location =
host_prefix_
+ oat_location;
739
oat_dumper_.reset(new OatDumper(
host_prefix_
, *oat_file));
1344
const std::string
host_prefix_
;
member in class:art::ImageDumper
[
all
...]
Completed in 74 milliseconds