OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pwd
(Results
76 - 100
of
148
) sorted by null
1
2
3
4
5
6
/system/core/toolbox/
ps.c
12
#include <
pwd
.h>
ls.c
14
#include <
pwd
.h>
schedtop.c
15
#include <
pwd
.h>
/system/vold/
Process.cpp
24
#include <
pwd
.h>
/build/core/tasks/
sdk-addon.mk
88
$(hide) ( F=$$(
pwd
)/$@ ; cd $(PRIVATE_STAGING_DIR)/.. && zip -rq $$F * )
/external/openssh/openbsd-compat/
bsd-cray.c
59
#include <
pwd
.h>
807
#include <
pwd
.h>
/external/icu4c/
icudefs.mk
286
CURR_FULL_DIR?=$(shell
pwd
| sed 's/ /\\ /g')
288
CURR_SRCCODE_FULL_DIR?=$(shell
pwd
| sed 's/ /\\ /')
/external/libcap-ng/libcap-ng-0.7/utils/
netcap.c
34
#include <
pwd
.h>
/external/openssh/
auth2-pubkey.c
32
#include <
pwd
.h>
auth2.c
33
#include <
pwd
.h>
ssh-add.c
48
#include <
pwd
.h>
auth-options.c
18
#include <
pwd
.h>
auth.c
39
#include <
pwd
.h>
auth2-jpake.c
33
#include <
pwd
.h>
sshconnect1.c
29
#include <
pwd
.h>
/external/mksh/src/
check.pl
302
chop($
pwd
= `
pwd
2>/dev/null`);
303
die "$prog: couldn't get current working directory\n" if $
pwd
eq '';
304
die "$prog: couldn't cd to $
pwd
- $!\n" if !chdir($
pwd
);
307
$test_prog = "$
pwd
/$test_prog" if substr($test_prog, 0, 1) ne '/';
644
if (!chdir($
pwd
)) {
645
print STDERR "$prog: couldn't cd to $
pwd
- $!\n";
[
all
...]
/external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc
49
#include <
pwd
.h>
/external/e2fsprogs/lib/e2p/
ls.c
21
#include <
pwd
.h>
/external/icu4c/tools/tzcode/
tz2icu.cpp
648
char
pwd
[512];
local
656
if (!getcwd(
pwd
, sizeof(
pwd
))) {
685
chdir(
pwd
);
[
all
...]
/external/libppp/src/
auth.c
38
#include <
pwd
.h>
/external/oprofile/opjitconv/
opjitconv.c
27
#include <
pwd
.h>
/system/extras/tests/fstest/
perm_checker.c
34
#include <
pwd
.h>
/external/e2fsprogs/misc/
e2image.c
24
#include <
pwd
.h>
/external/libselinux/src/
android.c
8
#include <
pwd
.h>
/external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm
605
NSString *
pwd
= [[NSString stringWithUTF8String:executablePath] stringByDeletingLastPathComponent];
606
[WebPluginDatabase setAdditionalWebPlugInPaths:[NSArray arrayWithObject:
pwd
]];
[
all
...]
Completed in 1486 milliseconds
1
2
3
4
5
6