Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dfile_system.cc161 string built_path(remaining_dir); in RecursivelyCreateDir() local
163 built_path = io::JoinPath(built_path, sub_dir); in RecursivelyCreateDir()
164 Status status = CreateDir(io::CreateURI(scheme, host, built_path)); in RecursivelyCreateDir()
/external/clang/
Dbuild.py291 built_path = os.path.join(build_dir, 'host', host, built_file)
292 install_file(built_path, install_path)