Home
last modified time | relevance | path

Searched refs:LocationIsOnSystem (Results 1 – 4 of 4) sorted by relevance

/art/libartbase/base/
Dfile_utils.h111 bool LocationIsOnSystem(const char* location);
Dfile_utils.cc475 bool LocationIsOnSystem(const char* path) { in LocationIsOnSystem() function
/art/runtime/
Doat_file_assistant.cc421 !LocationIsOnSystem(file.GetLocation().c_str()) && in GivenOatFileStatus()
813 executable = LocationIsOnSystem(filename_.c_str()); in GetFile()
Doat_file_manager.cc70 LocationIsOnSystem(oat_file->GetLocation().c_str()) || in RegisterOatFile()
813 CHECK(LocationIsOnSystem(oat_file->GetLocation().c_str())) << oat_file->GetLocation(); in SetOnlyUseSystemOatFiles()