/external/dbus/tools/ |
D | dbus-launch-x11.c | 70 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/ |
D | bufprint.c | 171 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/ |
D | run-get-lines.sh | 27 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/ |
D | FileSystemEfl.cpp | 102 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/ |
D | firefox_importer_utils_linux.cc | 13 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/ |
D | debug_frame.ll | 15 !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…
|
D | eh_symbol.ll | 14 !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…
|
D | pr9951.ll | 11 !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…
|
D | subreg.ll | 21 !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…
|
D | stmt-list.ll | 16 !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/ |
D | chrome_paths_linux.cc | 94 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/ |
D | m_commandline.c | 216 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/ |
D | ewk_main.cpp | 184 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/ |
D | poptconfig.c | 165 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/ |
D | file-expected.txt | 21 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'
|
D | file-http-base-expected.txt | 21 PASS canonicalize('file:filer/home\\me') is 'file://filer/home/me' 24 PASS canonicalize('file:///home/me') is 'file:///home/me'
|
/external/proguard/bin/ |
D | proguard.bat | 6 IF EXIST "%PROGUARD_HOME%" GOTO home 8 :home label
|
D | proguardgui.bat | 6 IF EXIST "%PROGUARD_HOME%" GOTO home 8 :home label
|
D | retrace.bat | 6 IF EXIST "%PROGUARD_HOME%" GOTO home 8 :home label
|
/external/emma/ |
D | BUILD.txt | 18 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/ |
D | auth_policy1.txt | 4 permission java.io.FilePermission "/home/duke", "read, write"; 23 permission java.io.FilePermission "/home/bunny", "read, write";
|
/external/valgrind/main/docs/internals/ |
D | howto_oprofile.txt | 15 /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/ |
D | gsl16-badfree.patch | 3 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/ |
D | x86-static.txt | 14 2) copy and png.h, pngconf.h somewhere; /boot/home/config/include (which 17 3) copy libpng.a to /boot/home/config/lib
|
D | x86-shared.txt | 14 2) copy and png.h, pngconf.h somewhere; /boot/home/config/include (which 17 3) copy libpng.so to /boot/home/config/lib
|