Home
last modified time | relevance | path

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

/art/tools/
Dcompile-jar.py156 def fdfile(fd): function
181 fdfile(prof_out_fd)))
192 profman_args.append("--create-profile-from={}".format(fdfile(prof_in_fd)))
202 return ["--profile-file={}".format(fdfile(prof_out_fd))]
204 return ["--profile-file={}".format(fdfile(prof_out_fd))]