OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bionic_temp
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/tools/
gensyscalls.py
21
bionic_temp
= "/tmp/bionic_gensyscalls/"
variable
37
dir = os.path.dirname(
bionic_temp
+ relpath)
39
return open(
bionic_temp
+ relpath, "w")
490
if not os.path.exists(
bionic_temp
):
491
D("creating %s..." %
bionic_temp
)
492
make_dir(
bionic_temp
)
508
shutil.copyfile(
bionic_temp
+ stub, bionic_libc_root + stub)
510
elif not filecmp.cmp(
bionic_temp
+ stub, bionic_libc_root + stub):
527
shutil.copyfile(
bionic_temp
+ file, bionic_libc_root + file)
Completed in 125 milliseconds