OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dirname
(Results
226 - 250
of
1148
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tools/signature-tools/
sig-check
27
progdir=`
dirname
"${prog}"`
32
progdir=`
dirname
"${prog}"`
38
libdir=`
dirname
$progdir`/framework
sig-create
27
progdir=`
dirname
"${prog}"`
32
progdir=`
dirname
"${prog}"`
38
libdir=`
dirname
$progdir`/framework
/development/ndk/tests/
run-all.sh
3
PROGDIR=`
dirname
$0`
9
ROOTDIR=`
dirname
$PROGDIR`
88
mkdir -p `
dirname
$MYLOG`
/external/libffi/testsuite/
run-all-tests
39
progdir=`
dirname
"${prog}"`
44
progDir=`
dirname
"${prog}"`
83
libDir=`
dirname
${libFile}`
/external/smali/scripts/
baksmali
26
progdir=`
dirname
"${prog}"`
31
progdir=`
dirname
"${prog}"`
43
libdir=`
dirname
"$progdir"`/framework
smali
26
progdir=`
dirname
"${prog}"`
31
progdir=`
dirname
"${prog}"`
43
libdir=`
dirname
"$progdir"`/framework
/hardware/invensense/libsensors_iio/
SensorBase.cpp
100
const char *
dirname
= "/dev/input";
local
105
dir = opendir(
dirname
);
108
strcpy(devname,
dirname
);
/ndk/build/tools/
build-ndk-stack.sh
23
PROGDIR=$(
dirname
$0)
80
mkdir -p $(
dirname
$OUT)
82
echo "ERROR: Could not create output directory: $(
dirname
$OUT)"
build-host-awk.sh
20
PROGDIR=$(
dirname
$0)
75
run mkdir -p $(
dirname
"$OUT") && cp "$BUILD_DIR/$(get_host_exec_name ndk-awk)" "$OUT"
build-host-sed.sh
20
PROGDIR=$(
dirname
$0)
72
run mkdir -p $(
dirname
"$OUT") && cp sed/$(get_host_exec_name sed) $OUT
build-ndk-sysroot.sh
31
. `
dirname
$0`/../core/ndk-common.sh
111
NDK_ROOT=`
dirname
$0`
112
NDK_ROOT=`
dirname
$NDK_ROOT`
113
NDK_ROOT=`
dirname
$NDK_ROOT`
149
mkdir -p $2/`
dirname
$1`
214
mkdir -p `
dirname
$COMMON_INCLUDE/$2`
231
mkdir -p `
dirname
$ARCH_INCLUDE/$2`
249
mkdir -p `
dirname
$ARCH_INCLUDE/$2`
dev-cleanup.sh
22
. `
dirname
$0`/prebuilt-common.sh
87
DIR=`
dirname
$ANDROID_NDK_ROOT`/development/ndk
dev-platform-expand-all.sh
22
. `
dirname
$0`/prebuilt-common.sh
23
PROGDIR=$(
dirname
$0)
patch-sources.sh
21
. `
dirname
$0`/prebuilt-common.sh
67
PATCHDIR=`
dirname
$PATCH`
/external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp
185
GOwnPtr<char>
dirname
(g_path_get_dirname(pathFromProc));
186
return
dirname
.get();
193
GOwnPtr<char>
dirname
(g_path_get_dirname(currentExePath.get()));
194
return
dirname
.get();
203
GOwnPtr<char>
dirname
(g_path_get_dirname(fileSystemRepresentation(path).data()));
204
return String::fromUTF8(
dirname
.get());
/frameworks/compile/slang/tests/
test.py
60
def ExecTest(
dirname
):
61
"""Executes an llvm-rs-cc test from
dirname
."""
65
print 'Testing %s' %
dirname
67
os.chdir(
dirname
)
122
if
dirname
[0:2] == 'F_':
127
elif
dirname
[0:2] == 'P_':
/cts/suite/audio_quality/lib/include/
Log.h
36
static Log* Instance(const char*
dirName
= NULL);
48
virtual bool init(const char*
dirName
);
/dalvik/opcode-gen/
opcode-gen
45
progdir=`
dirname
"${prog}"`
50
progdir=`
dirname
"${prog}"`
regen-all
26
progdir=`
dirname
"${prog}"`
30
progdir=`
dirname
"${prog}"`
/external/grub/netboot/
fsys_tftp.c
409
/* Check if the file
DIRNAME
really exists. Get the size and save it in
412
tftp_dir (char *
dirname
)
417
grub_printf ("tftp_dir (%s)\n",
dirname
);
431
ch = nul_terminate (
dirname
);
435
dirname
, 0, 0, 0, TFTP_MAX_PACKET, 0, 0)
437
/* Restore the original
DIRNAME
. */
438
dirname
[grub_strlen (
dirname
)] = ch;
/external/libvpx/build/make/
gen_asm_deps.sh
53
if [ -f `
dirname
$srcfile`/$inc ]; then
55
$self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} `
dirname
$srcfile`/$inc
/external/libvpx/examples/includes/geshi/contrib/
cssgen2.php
31
require
dirname
(
dirname
(__FILE__)) . DIRECTORY_SEPARATOR . 'geshi.php';
/libcore/luni/src/test/etc/loading-test-jar/
build.sh
28
progdir=`
dirname
"${prog}"`
33
progdir=`
dirname
"${prog}"`
/ndk/sources/host-tools/make-3.81/
gettext.h
44
# define bindtextdomain(Domainname,
Dirname
) ((const char *) (
Dirname
))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so.6.0.16-gdb.py
43
prefix = os.path.
dirname
(prefix) + '/'
53
dir_ = os.path.join (os.path.
dirname
(objfile), dotdots, pythondir)
Completed in 497 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>