OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libFile
(Results
1 - 2
of
2
) sorted by null
/external/libffi/testsuite/
run-all-tests
81
# All this is to make the
libFile
be an absolute path.
82
libFile
=`find out/host/${HOST_OS}-${HOST_ARCH} -name "${libName}.a" | head -1`
83
libDir=`dirname ${
libFile
}`
85
libFile
="${libDir}/${libName}.a"
87
if [ "x$
libFile
" = "x" ]; then
103
"$CC" -g -I"../${HOST_OS}-${HOST_ARCH}" -o "$execFile" "$file" "$
libFile
"
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java
356
File
libFile
= new File(libraryOsPath);
357
if (
libFile
.isFile()) {
404
} else if (
libFile
.isDirectory()) {
408
apkBuilder.addSourceFolder(
libFile
);
[
all
...]
Completed in 373 milliseconds