Home
last modified time | relevance | path

Searched refs:_library_path (Results 1 – 4 of 4) sorted by relevance

/external/angle/build/config/android/
Dextract_unwind_tables.gni26 _library_path = "$root_out_dir/lib.unstripped/$shlib_prefix$_library_name$shlib_extension"
32 _library_path,
41 rebase_path(_library_path, root_build_dir),
Dcreate_unwind_table.gni27 _library_path = "$root_out_dir/lib.unstripped/$shlib_prefix$_library_name$shlib_extension"
33 _library_path,
42 rebase_path(_library_path, root_build_dir),
/external/ComputeLibrary/tests/
DAssetsLibrary.cpp255 : _library_path(std::move(path)), in AssetsLibrary()
262 return _library_path; in path()
417 const std::string path = _library_path + image_path + name; in load_image()
DAssetsLibrary.h474 const std::string _library_path; variable
1023 const std::string path = _library_path + path_separator + name; in fill_layer_data()