Home
last modified time | relevance | path

Searched refs:home (Results 1 – 25 of 226) sorted by relevance

12345678910

/external/dbus/tools/
Ddbus-launch-x11.c70 const char *home; in get_homedir() local
72 home = getenv ("HOME"); in get_homedir()
73 if (home == NULL) in get_homedir()
78 home = user->pw_dir; in get_homedir()
81 if (home == NULL) in get_homedir()
87 return home; in get_homedir()
98 const char *home; in get_session_file() local
152 home = get_homedir (); in get_session_file()
154 result = malloc (strlen (home) + strlen (prefix) + strlen (machine) + in get_session_file()
163 strcpy (result, home); in get_session_file()
[all …]
/external/qemu/android/utils/
Dbufprint.c171 const char* home = getenv("ANDROID_SDK_HOME"); in bufprint_config_path() local
172 if (home != NULL) { in bufprint_config_path()
173 return bufprint(buff, end, "%s\\%s", home, _ANDROID_PATH ); in bufprint_config_path()
183 const char* home = getenv("ANDROID_SDK_HOME"); in bufprint_config_path()
184 if (home == NULL) in bufprint_config_path()
185 home = getenv("HOME"); in bufprint_config_path()
186 if (home == NULL) in bufprint_config_path()
187 home = "/tmp"; in bufprint_config_path()
188 return bufprint(buff, end, "%s/%s", home, _ANDROID_PATH ); in bufprint_config_path()
/external/elfutils/tests/
Drun-get-lines.sh27 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
28 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
29 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
30 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
31 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, …
34 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
35 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
36 8048464: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
37 8048466: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, …
40 8048468: /home/drepper/gnu/new-bu/build/ttt/f.c:3:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
[all …]
/external/webkit/Source/WebCore/platform/efl/
DFileSystemEfl.cpp102 const char *home = getenv("HOME"); in homeDirectoryPath() local
103 if (!home) { in homeDirectoryPath()
104 home = getenv("TMPDIR"); in homeDirectoryPath()
105 if (!home) in homeDirectoryPath()
106 home = "/tmp"; in homeDirectoryPath()
108 return String::fromUTF8(home); in homeDirectoryPath()
/external/chromium/chrome/browser/importer/
Dfirefox_importer_utils_linux.cc13 FilePath home = file_util::GetHomeDir(); in GetProfilesINI() local
14 if (!home.empty()) { in GetProfilesINI()
15 ini_file = home.Append(".mozilla/firefox/profiles.ini"); in GetProfilesINI()
/external/llvm/test/DebugInfo/X86/
Ddebug_frame.ll15 !1 = metadata !{i32 589865, metadata !"/home/espindola/llvm/test.c", metadata !"/home/espindola/llv…
16 …2 = metadata !{i32 589841, i32 0, i32 12, metadata !"/home/espindola/llvm/test.c", metadata !"/hom…
Deh_symbol.ll14 !1 = metadata !{i32 589865, metadata !"/home/espindola/llvm/test.c", metadata !"/home/espindola/tmp…
15 …2 = metadata !{i32 589841, i32 0, i32 12, metadata !"/home/espindola/llvm/test.c", metadata !"/hom…
Dpr9951.ll11 !1 = metadata !{i32 589865, metadata !"/home/espindola/llvm/test.c", metadata !"/home/espindola/llv…
12 …2 = metadata !{i32 589841, i32 0, i32 12, metadata !"/home/espindola/llvm/test.c", metadata !"/hom…
Dsubreg.ll21 !2 = metadata !{i32 589865, metadata !"/home/espindola/llvm/test.c", metadata !"/home/espindola/tmp…
22 …3 = metadata !{i32 589841, i32 0, i32 12, metadata !"/home/espindola/llvm/test.c", metadata !"/hom…
Dstmt-list.ll16 !1 = metadata !{i32 589865, metadata !"test2.c", metadata !"/home/espindola/llvm", metadata !2} ; […
17 !2 = metadata !{i32 589841, i32 0, i32 12, metadata !"test2.c", metadata !"/home/espindola/llvm", m…
/external/chromium/chrome/common/
Dchrome_paths_linux.cc94 FilePath home = file_util::GetHomeDir(); in GetUserDownloadsDirectory() local
95 if (*result == home) { in GetUserDownloadsDirectory()
96 *result = home.Append(kDownloadsDir); in GetUserDownloadsDirectory()
103 *result = home.Append(kDownloadsDir); in GetUserDownloadsDirectory()
/external/valgrind/main/coregrind/
Dm_commandline.c216 HChar* home = VG_(getenv)("HOME"); in VG_() local
217 HChar* f1_clo = home ? read_dot_valgrindrc( home ) : NULL; in VG_()
224 if (home) { in VG_()
227 f2_clo = ( (cwd_ok && VG_STREQ(home, cwd)) in VG_()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_main.cpp184 String home = WebCore::homeDirectoryPath(); in _ewk_init_body() local
187 if (stat(home.utf8().data(), &state) == -1) { in _ewk_init_body()
194 WTF::String wkdir = home + "/.webkit"; in _ewk_init_body()
/external/oprofile/libpopt/
Dpoptconfig.c165 char * fn, * home; in poptReadDefaultConfig() local
173 if ((home = getenv("HOME"))) { in poptReadDefaultConfig()
174 fn = alloca(strlen(home) + 20); in poptReadDefaultConfig()
175 strcpy(fn, home); in poptReadDefaultConfig()
/external/webkit/LayoutTests/fast/url/
Dfile-expected.txt21 FAIL canonicalize('file:filer/home\\me') should be file://filer/home/me. Was file:///tmp/mock/filer…
24 PASS canonicalize('file:///home/me') is 'file:///home/me'
Dfile-http-base-expected.txt21 PASS canonicalize('file:filer/home\\me') is 'file://filer/home/me'
24 PASS canonicalize('file:///home/me') is 'file:///home/me'
/external/proguard/bin/
Dproguard.bat6 IF EXIST "%PROGUARD_HOME%" GOTO home
8 :home label
Dproguardgui.bat6 IF EXIST "%PROGUARD_HOME%" GOTO home
8 :home label
Dretrace.bat6 IF EXIST "%PROGUARD_HOME%" GOTO home
8 :home label
/external/emma/
DBUILD.txt18 build.target.j2se.14.home = <JDK 1.4 install>/jre
21 1.5 home directory, set the following property:
23 build.target.ant.15.home = <ANT 1.5 install dir>
/external/apache-harmony/auth/src/test/resources/
Dauth_policy1.txt4 permission java.io.FilePermission "/home/duke", "read, write";
23 permission java.io.FilePermission "/home/bunny", "read, write";
/external/valgrind/main/docs/internals/
Dhowto_oprofile.txt15 /home/sewardj/VgTRUNK/atomk/Inst/lib/valgrind/helgrind-amd64-linux \
20 /home/sewardj/VgTRUNK/atomk/Inst/lib/valgrind/helgrind-amd64-linux \
25 /home/sewardj/VgTRUNK/atomk/Inst/lib/valgrind/helgrind-amd64-linux \
/external/valgrind/main/auxprogs/
Dgsl16-badfree.patch3 RCS file: /home/gsl-cvs/gsl/vector/test_complex_source.c,v
19 RCS file: /home/gsl-cvs/gsl/vector/test_source.c,v
/external/libpng/projects/beos/
Dx86-static.txt14 2) copy and png.h, pngconf.h somewhere; /boot/home/config/include (which
17 3) copy libpng.a to /boot/home/config/lib
Dx86-shared.txt14 2) copy and png.h, pngconf.h somewhere; /boot/home/config/include (which
17 3) copy libpng.so to /boot/home/config/lib

12345678910