Home
last modified time | relevance | path

Searched refs:full_name (Results 1 – 3 of 3) sorted by relevance

/art/test/968-default-partial-compile-generated/util-src/
Dgenerate_smali.py417 def __init__(self, ifaces, iface_type, full_name = None): argument
423 if full_name is None:
427 self.class_name = full_name
433 return TestInterface(self.ifaces, v, full_name = self.class_name)
/art/test/971-iface-super/util-src/
Dgenerate_smali.py479 def __init__(self, ifaces, iface_type, full_name = None): argument
485 if full_name is None:
489 self.class_name = full_name
495 return TestInterface(self.ifaces, v, full_name = self.class_name)
/art/runtime/
Dprofiler.cc271 std::string full_name = output_filename_; in WriteProfile() local
272 VLOG(profiler) << "Saving profile to " << full_name; in WriteProfile()
274 int fd = open(full_name.c_str(), O_RDWR); in WriteProfile()
277 LOG(ERROR) << "Failed to open profile file " << full_name; in WriteProfile()
285 LOG(ERROR) << "Failed to lock profile file " << full_name; in WriteProfile()
310 LOG(ERROR) << "Failed to truncate profile file " << full_name; in WriteProfile()
316 LOG(ERROR) << "Failed to unlock profile file " << full_name; in WriteProfile()