OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_lib_dir
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/
build.py
93
static_lib_dir
= os.path.join(obj_out, 'local', abi)
99
os.path.join(
static_lib_dir
, 'libunwind.a'), install_dir)
101
shutil.copy2(os.path.join(
static_lib_dir
, 'libc++abi.a'), install_dir)
103
os.path.join(
static_lib_dir
, 'libandroid_support.a'), install_dir)
105
os.path.join(
static_lib_dir
, 'libc++_static.a'), install_dir)
/bionic/libc/tools/
symbols.py
63
static_lib_dir
= os.path.join(
68
os.path.join(
static_lib_dir
, f),
Completed in 823 milliseconds