OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDexFileName
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
dex_method_iterator_test.cc
28
dex_files.push_back(DexFile::Open(
GetDexFileName
("core"),
GetDexFileName
("core")));
29
dex_files.push_back(DexFile::Open(
GetDexFileName
("conscrypt"),
GetDexFileName
("conscrypt")));
30
dex_files.push_back(DexFile::Open(
GetDexFileName
("okhttp"),
GetDexFileName
("okhttp")));
31
dex_files.push_back(DexFile::Open(
GetDexFileName
("core-junit"),
GetDexFileName
("core-junit")));
32
dex_files.push_back(DexFile::Open(
GetDexFileName
("bouncycastle"),
GetDexFileName
("bouncycastle")))
[
all
...]
common_test.h
398
return
GetDexFileName
("core-libart");
402
return
GetDexFileName
("conscrypt");
405
std::string
GetDexFileName
(const std::string& jar_prefix) {
Completed in 307 milliseconds