HomeSort by relevance Sort by last modified time
    Searched defs:IsAbsoluteLocation (Results 1 - 2 of 2) sorted by null

  /art/libartbase/base/
file_utils.h 106 inline bool IsAbsoluteLocation(const std::string& path) { return !path.empty() && path[0] == '/'; }
  /art/runtime/
class_loader_context_test.cc 137 static bool IsAbsoluteLocation(const std::string& location) {
161 if (!IsAbsoluteLocation(opened_location)) {
    [all...]

Completed in 473 milliseconds