Home
last modified time | relevance | path

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

/art/tools/
Dcompile-jar.py154 def fdfile(fd): function
179 fdfile(prof_out_fd)))
190 profman_args.append("--create-profile-from={}".format(fdfile(prof_in_fd)))
200 return ["--profile-file={}".format(fdfile(prof_out_fd))]
202 return ["--profile-file={}".format(fdfile(prof_out_fd))]