OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dex_filenames
(Results
1 - 1
of
1
) sorted by null
/art/dex2oat/
dex2oat.cc
412
static size_t OpenDexFiles(const std::vector<const char*>&
dex_filenames
,
416
for (size_t i = 0; i <
dex_filenames
.size(); i++) {
417
const char* dex_filename =
dex_filenames
[i];
579
std::vector<const char*>
dex_filenames
;
local
625
dex_filenames
.push_back(option.substr(strlen("--dex-file=")).data());
772
if (
dex_filenames
.empty() && zip_fd == -1) {
776
if (!
dex_filenames
.empty() && zip_fd != -1) {
780
if (!
dex_filenames
.empty() && !zip_location.empty()) {
785
for (size_t i = 0; i <
dex_filenames
.size(); i++) {
786
dex_locations.push_back(
dex_filenames
[i])
[
all
...]
Completed in 42 milliseconds