HomeSort by relevance Sort by last modified time
    Searched refs:abs_dex_location (Results 1 - 3 of 3) sorted by null

  /art/runtime/
oat_file.h 73 const char* abs_dex_location,
78 // abs_dex_location argument is used.
85 const char* abs_dex_location,
94 const char* abs_dex_location,
98 const char* abs_dex_location,
280 // If not null, abs_dex_location is used to resolve the absolute dex
285 // Relative encoded dex locations that don't match the given abs_dex_location
288 const char* abs_dex_location, const std::string& rel_dex_location);
oat_file.cc 102 const char* abs_dex_location,
131 bool Setup(const char* abs_dex_location, std::string* error_msg);
160 const char* abs_dex_location,
185 if (!ret->Setup(abs_dex_location, error_msg)) {
306 bool OatFileBase::Setup(const char* abs_dex_location, std::string* error_msg) {
388 abs_dex_location,
    [all...]
oat_file_assistant_test.cc 996 std::string abs_dex_location = GetScratchDir() + "\/NonAbsoluteDexLocation.jar"; local
997 Copy(GetDexSrc1(), abs_dex_location); local
    [all...]

Completed in 54 milliseconds