OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_path
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/utils/
wpa_debug.c
337
static char *
last_path
= NULL;
variable
344
if (
last_path
) {
345
char *tmp = os_strdup(
last_path
);
367
if (
last_path
== NULL || os_strcmp(
last_path
, path) != 0) {
369
os_free(
last_path
);
370
last_path
= os_strdup(path);
394
os_free(
last_path
);
395
last_path
= NULL;
/external/chromium/base/
file_util_posix.cc
493
FilePath
last_path
= full_path;
local
496
path.value() !=
last_path
.value(); path = path.DirName()) {
498
last_path
= path;
Completed in 473 milliseconds