Home
last modified time | relevance | path

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

/external/skia/build/fuchsia/
Dupdate_fuchsia_sdk79 for curr_dir in dirs:
81 if os.path.exists(curr_dir):
82 shutil.rmtree(curr_dir)
83 os.makedirs(curr_dir)
85 MessageExit("Creation of the directory %s failed" % curr_dir)
/external/llvm-project/libcxx/utils/
Dgraph_header_deps.py25 curr_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
26 include_dir = os.path.join(curr_dir, 'include')
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp932 SmallString<128> curr_dir; in ExpandResponseFile() local
933 llvm::sys::fs::current_path(curr_dir); in ExpandResponseFile()
934 ResponseFile.append(curr_dir.str()); in ExpandResponseFile()