HomeSort by relevance Sort by last modified time
    Searched defs:tmp_path (Results 1 - 9 of 9) sorted by null

  /external/libchrome/base/
sys_info_unittest.cc 41 FilePath tmp_path; local
42 ASSERT_TRUE(base::GetTempDir(&tmp_path));
43 EXPECT_GT(base::SysInfo::AmountOfFreeDiskSpace(tmp_path), 0)
44 << tmp_path.value();
  /system/core/libsparse/
append2simg.c 61 char *tmp_path; local
73 ret = asprintf(&tmp_path, "%s.append2simg", output_path);
114 tmp_fd = open(tmp_path, O_WRONLY | O_CREAT | O_BINARY, 0664);
131 ret = rename(tmp_path, output_path);
137 free(tmp_path);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 69 char tmp_path[MAX_PATH]; local
70 if (!::GetTempFileNameA(tmp_dir, prefix, 0, tmp_path))
72 internal_strncpy(buf, tmp_path, bufsize);
  /libcore/ojluni/src/main/native/
java_props_md.c 377 static char tmp_path[PATH_MAX]; local
378 int pathSize = confstr(_CS_DARWIN_USER_TEMP_DIR, tmp_path, PATH_MAX);
380 sprops.tmp_dir = tmp_path;
  /external/selinux/libselinux/src/
matchpathcon.c 352 char *tmp_path, *p; local
356 tmp_path = strdup(name);
357 if (!tmp_path) {
365 while (tmp_path[len] && tmp_path[len] == '/' &&
366 tmp_path[len+1] && tmp_path[len+1] == '/') {
367 tmp_path++;
370 last_component = strrchr(tmp_path, '/');
372 if (last_component == tmp_path) {
    [all...]
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 146 char *tmp2, *tmp_path, *fstype; local
149 tmp_path = strtok_r(NULL, " ", &tmp2);
152 path = tmp_path;
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 1209 std::string tmp_path; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 272 String tmp_path = null; local
274 tmp_path = (String)request.getHeader(HeaderSet.NAME);
279 if (D) Log.d(TAG, "backup=" + backup + " create=" + create + " name=" + tmp_path);
287 if (tmp_path == null) {
290 current_path_tmp = current_path_tmp + "/" + tmp_path;
    [all...]
  /external/curl/lib/
ftp.c 3983 char *tmp_path = aprintf("%s%s", wildcard->path, finfo->filename); local
    [all...]

Completed in 417 milliseconds