OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_path
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/
sys_info_unittest.cc
25
FilePath
tmp_path
;
local
26
ASSERT_TRUE(file_util::GetTempDir(&
tmp_path
));
27
EXPECT_GT(base::SysInfo::AmountOfFreeDiskSpace(
tmp_path
), 0)
28
<<
tmp_path
.value();
/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.c
424
char path[PATH_MAX],
tmp_path
[PATH_MAX];
local
443
strlcpy(
tmp_path
, path, sizeof(
tmp_path
));
444
strlcat(
tmp_path
, ".tmp", sizeof(
tmp_path
));
445
gzip_pid = redirect_to_file(stdout,
tmp_path
, do_compress);
476
if (use_outfile && rename(
tmp_path
, path)) {
477
fprintf(stderr, "rename(%s, %s): %s\n",
tmp_path
, path, strerror(errno));
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
262
String
tmp_path
= null;
local
264
tmp_path
= (String)request.getHeader(HeaderSet.NAME);
269
if (D) Log.d(TAG, "backup=" + backup + " create=" + create + " name=" +
tmp_path
);
277
if (
tmp_path
== null) {
280
current_path_tmp = current_path_tmp + "/" +
tmp_path
;
[
all
...]
Completed in 62 milliseconds