OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pwd
(Results
401 - 425
of
2283
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/webkit/
webkit_storage_browser.target.darwin-mips.mk
189
$(
PWD
)/external/icu4c/common \
190
$(
PWD
)/external/icu4c/i18n \
194
$(
PWD
)/frameworks/wilhelm/include \
195
$(
PWD
)/bionic \
196
$(
PWD
)/external/stlport/stlport
294
$(
PWD
)/external/icu4c/common \
295
$(
PWD
)/external/icu4c/i18n \
299
$(
PWD
)/frameworks/wilhelm/include \
300
$(
PWD
)/bionic \
301
$(
PWD
)/external/stlport/stlpor
[
all
...]
webkit_storage_browser.target.darwin-x86.mk
190
$(
PWD
)/external/icu4c/common \
191
$(
PWD
)/external/icu4c/i18n \
195
$(
PWD
)/frameworks/wilhelm/include \
196
$(
PWD
)/bionic \
197
$(
PWD
)/external/stlport/stlport
297
$(
PWD
)/external/icu4c/common \
298
$(
PWD
)/external/icu4c/i18n \
302
$(
PWD
)/frameworks/wilhelm/include \
303
$(
PWD
)/bionic \
304
$(
PWD
)/external/stlport/stlpor
[
all
...]
webkit_storage_browser.target.linux-arm.mk
189
$(
PWD
)/external/icu4c/common \
190
$(
PWD
)/external/icu4c/i18n \
194
$(
PWD
)/frameworks/wilhelm/include \
195
$(
PWD
)/bionic \
196
$(
PWD
)/external/stlport/stlport
294
$(
PWD
)/external/icu4c/common \
295
$(
PWD
)/external/icu4c/i18n \
299
$(
PWD
)/frameworks/wilhelm/include \
300
$(
PWD
)/bionic \
301
$(
PWD
)/external/stlport/stlpor
[
all
...]
webkit_storage_browser.target.linux-mips.mk
189
$(
PWD
)/external/icu4c/common \
190
$(
PWD
)/external/icu4c/i18n \
194
$(
PWD
)/frameworks/wilhelm/include \
195
$(
PWD
)/bionic \
196
$(
PWD
)/external/stlport/stlport
294
$(
PWD
)/external/icu4c/common \
295
$(
PWD
)/external/icu4c/i18n \
299
$(
PWD
)/frameworks/wilhelm/include \
300
$(
PWD
)/bionic \
301
$(
PWD
)/external/stlport/stlpor
[
all
...]
webkit_storage_browser.target.linux-x86.mk
190
$(
PWD
)/external/icu4c/common \
191
$(
PWD
)/external/icu4c/i18n \
195
$(
PWD
)/frameworks/wilhelm/include \
196
$(
PWD
)/bionic \
197
$(
PWD
)/external/stlport/stlport
297
$(
PWD
)/external/icu4c/common \
298
$(
PWD
)/external/icu4c/i18n \
302
$(
PWD
)/frameworks/wilhelm/include \
303
$(
PWD
)/bionic \
304
$(
PWD
)/external/stlport/stlpor
[
all
...]
/external/libppp/src/
systems.c
34
#include <
pwd
.h>
72
struct passwd *
pwd
;
local
143
pwd
= getpwuid(ID0realuid());
147
pwd
= getpwnam(to);
149
if (
pwd
== NULL)
152
strncpy(to,
pwd
->pw_dir, endto - to);
209
struct passwd *
pwd
;
local
214
pwd
= getpwuid(ID0realuid());
215
if (
pwd
!= NULL)
217
if (!strcmp("*", arg->argv[f]) || !strcmp(
pwd
->pw_name, arg->argv[f]))
[
all
...]
/libcore/luni/src/test/java/libcore/java/net/
OldURLStreamHandlerTest.java
58
URL url2 = new URL("http://test:
pwd
@fakehostname.fakedomain/test?a=b&c=%D0+%D1");
119
URL url1 = new URL("http://test:
pwd
@localhost:80/foo/foo1.c");
120
URL url2 = new URL("http://test:
pwd
@localhost:80/foo/foo1.c");
121
URL url3 = new URL("http://test:
pwd
@localhost:80/foo/foo2.c");
122
URL url4 = new URL("ftp://test:
pwd
@localhost:21/foo/foo2.c");
123
URL url5 = new URL("ftp://test:
pwd
@localhost:21/foo/foo1/foo2.c");
157
new URL("http://test:
pwd
@localhost:80/foo/foo1.c")};
/ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl
107
$makestring =~ s/#
PWD
#/$
pwd
/g;
121
$answer =~ s/#
PWD
#/$
pwd
/g;
210
# No idea... just try using
pwd
as a last resort.
211
chop ($__pwd = `
pwd
`);
223
$
pwd
= &get_this_pwd;
298
# prepend
pwd
if this is a relative path (ie, does not
304
$mkpath = "$
pwd
$pathsep$make_path";
/external/openssh/regress/
README.regress
48
$ PATH=`
pwd
`/..:$PATH:. TEST_SHELL=/bin/sh sh test-exec.sh `
pwd
` \
86
$ PATH=`
pwd
`/..:$PATH:. sh -x test-exec.sh `
pwd
` agent-timeout.sh
89
- run the individual test via ./test-exec.sh `
pwd
` [testname]
/cts/apps/CtsVerifier/jni/verifier/
com_android_cts_verifier_os_FileUtils.cpp
22
#include <
pwd
.h>
80
struct passwd *
pwd
= getpwuid(uid);
local
81
return env->NewStringUTF(
pwd
->pw_name);
/cts/tests/jni/
android_os_cts_FileUtils.cpp
19
#include <
pwd
.h>
82
struct passwd *
pwd
= getpwuid(uid);
local
83
return env->NewStringUTF(
pwd
->pw_name);
/cts/tests/tests/net/src/android/net/wifi/cts/
WifiEnterpriseConfigTest.java
53
config.setEapMethod(Eap.
PWD
);
54
assertTrue(config.getEapMethod() == Eap.
PWD
);
83
enterpriseConfig.setEapMethod(Eap.
PWD
);
/external/bison/po/
Rules-quot
17
if test "$(PACKAGE)" = "gettext"; then PATH=`
pwd
`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src &&
pwd
`; export GETTEXTLIBDIR; fi; \
18
tmpdir=`
pwd
`; \
/external/bison/runtime-po/
Rules-quot
17
if test "$(PACKAGE)" = "gettext"; then PATH=`
pwd
`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src &&
pwd
`; export GETTEXTLIBDIR; fi; \
18
tmpdir=`
pwd
`; \
/external/chromium/sdch/open-vcdiff/packages/
deb.sh
31
topdir="${
PWD
%/*}"
42
trap 'rm -rf '`
pwd
`/tmp'; exit $?' EXIT SIGHUP SIGINT SIGTERM
74
echo "The Debian package files are located in $
PWD
/$destdir"
/external/chromium_org/content/
content_renderer.target.darwin-arm.mk
283
$(
PWD
)/external/icu4c/common \
284
$(
PWD
)/external/icu4c/i18n \
290
$(
PWD
)/external/expat/lib \
301
$(
PWD
)/frameworks/wilhelm/include \
302
$(
PWD
)/bionic \
303
$(
PWD
)/external/stlport/stlport
411
$(
PWD
)/external/icu4c/common \
412
$(
PWD
)/external/icu4c/i18n \
418
$(
PWD
)/external/expat/lib \
429
$(
PWD
)/frameworks/wilhelm/include
[
all
...]
content_renderer.target.darwin-mips.mk
282
$(
PWD
)/external/icu4c/common \
283
$(
PWD
)/external/icu4c/i18n \
289
$(
PWD
)/external/expat/lib \
300
$(
PWD
)/frameworks/wilhelm/include \
301
$(
PWD
)/bionic \
302
$(
PWD
)/external/stlport/stlport
409
$(
PWD
)/external/icu4c/common \
410
$(
PWD
)/external/icu4c/i18n \
416
$(
PWD
)/external/expat/lib \
427
$(
PWD
)/frameworks/wilhelm/include
[
all
...]
content_renderer.target.darwin-x86.mk
284
$(
PWD
)/external/icu4c/common \
285
$(
PWD
)/external/icu4c/i18n \
291
$(
PWD
)/external/expat/lib \
302
$(
PWD
)/frameworks/wilhelm/include \
303
$(
PWD
)/bionic \
304
$(
PWD
)/external/stlport/stlport
414
$(
PWD
)/external/icu4c/common \
415
$(
PWD
)/external/icu4c/i18n \
421
$(
PWD
)/external/expat/lib \
432
$(
PWD
)/frameworks/wilhelm/include
[
all
...]
content_renderer.target.linux-arm.mk
283
$(
PWD
)/external/icu4c/common \
284
$(
PWD
)/external/icu4c/i18n \
290
$(
PWD
)/external/expat/lib \
301
$(
PWD
)/frameworks/wilhelm/include \
302
$(
PWD
)/bionic \
303
$(
PWD
)/external/stlport/stlport
411
$(
PWD
)/external/icu4c/common \
412
$(
PWD
)/external/icu4c/i18n \
418
$(
PWD
)/external/expat/lib \
429
$(
PWD
)/frameworks/wilhelm/include
[
all
...]
content_renderer.target.linux-mips.mk
282
$(
PWD
)/external/icu4c/common \
283
$(
PWD
)/external/icu4c/i18n \
289
$(
PWD
)/external/expat/lib \
300
$(
PWD
)/frameworks/wilhelm/include \
301
$(
PWD
)/bionic \
302
$(
PWD
)/external/stlport/stlport
409
$(
PWD
)/external/icu4c/common \
410
$(
PWD
)/external/icu4c/i18n \
416
$(
PWD
)/external/expat/lib \
427
$(
PWD
)/frameworks/wilhelm/include
[
all
...]
content_renderer.target.linux-x86.mk
284
$(
PWD
)/external/icu4c/common \
285
$(
PWD
)/external/icu4c/i18n \
291
$(
PWD
)/external/expat/lib \
302
$(
PWD
)/frameworks/wilhelm/include \
303
$(
PWD
)/bionic \
304
$(
PWD
)/external/stlport/stlport
414
$(
PWD
)/external/icu4c/common \
415
$(
PWD
)/external/icu4c/i18n \
421
$(
PWD
)/external/expat/lib \
432
$(
PWD
)/frameworks/wilhelm/include
[
all
...]
/external/chromium_org/sdch/open-vcdiff/packages/
deb.sh
45
topdir="${
PWD
%/*}"
56
trap 'rm -rf '`
pwd
`/tmp'; exit $?' EXIT SIGHUP SIGINT SIGTERM
88
echo "The Debian package files are located in $
PWD
/$destdir"
/external/chromium_org/third_party/tcmalloc/vendor/packages/
deb.sh
31
topdir="${
PWD
%/*}"
42
trap 'rm -rf '`
pwd
`/tmp'; exit $?' EXIT SIGHUP SIGINT SIGTERM
74
echo "The Debian package files are located in $
PWD
/$destdir"
/external/chromium_org/third_party/yasm/source/patched-yasm/po/
Rules-quot
17
if test "$(PACKAGE)" = "gettext"; then PATH=`
pwd
`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src &&
pwd
`; export GETTEXTLIBDIR; fi; \
18
tmpdir=`
pwd
`; \
/external/chromium_org/ui/
ui.target.darwin-arm.mk
234
$(
PWD
)/external/icu4c/common \
235
$(
PWD
)/external/icu4c/i18n \
241
$(
PWD
)/external/jpeg \
242
$(
PWD
)/frameworks/wilhelm/include \
243
$(
PWD
)/bionic \
244
$(
PWD
)/external/stlport/stlport
338
$(
PWD
)/external/icu4c/common \
339
$(
PWD
)/external/icu4c/i18n \
345
$(
PWD
)/external/jpeg \
346
$(
PWD
)/frameworks/wilhelm/include
[
all
...]
Completed in 304 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>