Searched refs:lib_prefix (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/tools/gn/
H A Dtoolchain.h66 std::string lib_prefix; member in struct:Toolchain::Tool
H A Dfunction_toolchain.cc162 " Additionally, lib_prefix and lib_dir_prefix may be used for the link\n"
174 " lib_prefix = \"-l\"\n"
225 !ReadString(block_scope, "lib_prefix", &t.lib_prefix, err) ||
H A Dninja_binary_target_writer.cc293 out_ << " " << tool.lib_prefix;
/external/chromium_org/tools/gyp/test/lib/
H A DTestCommon.py68 TestCommon.lib_prefix
112 'lib_prefix',
124 lib_prefix = '' variable
133 lib_prefix = 'lib' variable
142 lib_prefix = 'lib' variable
151 lib_prefix = 'lib' variable
160 lib_prefix = 'lib' variable
169 lib_prefix = 'lib' variable
H A DTestGyp.py89 lib_ = TestCommon.lib_prefix
/external/chromium_org/native_client_sdk/src/tools/
H A Dcreate_nmf.py176 lib_path=None, extra_files=None, lib_prefix=None,
188 lib_prefix: A path prefix to prepend to the library paths, both for
191 nexe_prefix: Like lib_prefix, but is prepended to the nexes instead.
205 self.lib_prefix = lib_prefix or ''
301 prefix = posixpath.join(prefix, self.lib_prefix)
304 prefix, self.lib_prefix, ARCH_LOCATION[arch_file.arch])
566 parser.add_option('-p', '--lib-prefix', dest='lib_prefix', default='',
632 options.lib_prefix = options.path_prefix
667 lib_prefix
[all...]
/external/chromium_org/native_client_sdk/src/tools/tests/
H A Dcreate_nmf_test.py523 nmf, nexes = self._CreateDynamicAndStageDeps(lib_prefix='foo')
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof183 --lib_prefix=<dir> Comma separated list of library path prefixes
380 "lib_prefix=s" => \$main::opt_lib_prefix,
4169 # Aggressively search the lib_prefix values for the given library
4171 # If the lib_prefix is "/my/path,/other/path" and $file is "/lib/dir/mylib.so"
/external/jemalloc/bin/
H A Dpprof183 --lib_prefix=<dir> Comma separated list of library path prefixes
380 "lib_prefix=s" => \$main::opt_lib_prefix,
4178 # Aggressively search the lib_prefix values for the given library
4180 # If the lib_prefix is "/my/path,/other/path" and $file is "/lib/dir/mylib.so"
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof183 --lib_prefix=<dir> Comma separated list of library path prefixes
380 "lib_prefix=s" => \$main::opt_lib_prefix,
4169 # Aggressively search the lib_prefix values for the given library
4171 # If the lib_prefix is "/my/path,/other/path" and $file is "/lib/dir/mylib.so"

Completed in 321 milliseconds