Searched defs:os (Results 1 - 25 of 72) sorted by relevance

123

/build/make/tools/
H A Dnormalize_path.py20 import os.path namespace
25 print os.path.normpath(p)
29 print os.path.normpath(line.strip())
H A Dfindleaves.py23 import os namespace
28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
32 for root, dirs, files in os.walk(rootdir, followlinks=True):
54 result.append(os.path.join(root, filename))
60 st = os.stat(os.path.join(root, dirs[i]))
83 "progName": os.path.split(sys.argv[0])[1],
H A Dcompare_fileslist.py18 import cgi, os, string, sys namespace
85 combo = input.split(os.path.sep)[1]
H A Dgenerate-enforce-rro-android-manifest.py22 import os namespace
H A Dcheck_link_type.py21 import os namespace
60 dep_name = os.path.basename(os.path.dirname(dep))
H A Dcheck_radio_versions.py18 import os namespace
H A Dadbs17 import os namespace
18 import os.path namespace
23 sys.path.insert(0, os.path.dirname(__file__) + "/../../development/scripts")
35 stream = os.popen(adb_cmd)
H A Dproduct_debug.py17 import os namespace
/build/soong/scripts/
H A Dreverse_path.py5 import os namespace
28 return os.path.abspath('.')
30 realpath = os.path.relpath(os.path.realpath('.'), os.path.realpath(path))
31 relpath = os.path.relpath('.', path)
34 return os.path.abspath('.')
/build/tools/
H A Dnormalize_path.py20 import os.path namespace
25 print os.path.normpath(p)
29 print os.path.normpath(line.strip())
H A Dfindleaves.py23 import os namespace
28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
32 for root, dirs, files in os.walk(rootdir, followlinks=True):
54 result.append(os.path.join(root, filename))
60 st = os.stat(os.path.join(root, dirs[i]))
83 "progName": os.path.split(sys.argv[0])[1],
H A Dcompare_fileslist.py18 import cgi, os, string, sys namespace
85 combo = input.split(os.path.sep)[1]
H A Dgenerate-enforce-rro-android-manifest.py22 import os namespace
H A Dcheck_link_type.py21 import os namespace
60 dep_name = os.path.basename(os.path.dirname(dep))
H A Dcheck_radio_versions.py18 import os namespace
/build/kati/testcase/tools/
H A Dfindleaves.py23 import os namespace
28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
31 for root, dirs, files in os.walk(rootdir, followlinks=True):
53 result.append(os.path.join(root, filename))
70 "progName": os.path.split(sys.argv[0])[1],
/build/make/tools/releasetools/
H A Dmake_recovery_patch25 import os namespace
48 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
H A Dmake_recovery_patch.py25 import os namespace
48 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
H A Dimg_from_target_files37 import os namespace
49 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
80 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
81 if os.path.exists(images_path):
84 images = os.listdir(images_path)
94 output_zip, os.path.join(images_path, image), image)
/build/tools/releasetools/
H A Dmake_recovery_patch25 import os namespace
48 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
H A Dmake_recovery_patch.py25 import os namespace
48 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
/build/core/tasks/check_boot_jars/
H A Dcheck_boot_jars.py9 import os.path namespace
54 package_name = os.path.dirname(f)
/build/make/core/tasks/check_boot_jars/
H A Dcheck_boot_jars.py9 import os.path namespace
54 package_name = os.path.dirname(f)
/build/core/
H A Dchecktree3 import sys, os, re namespace
53 fd = os.popen(command);
80 cwd = os.getcwd()
/build/make/core/
H A Dchecktree3 import sys, os, re namespace
53 fd = os.popen(command);
80 cwd = os.getcwd()

Completed in 741 milliseconds

123