Home
last modified time | relevance | path

Searched refs:last_path (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dwpa_debug.c525 static char *last_path = NULL; variable
534 if (!last_path) in wpa_debug_reopen_file()
537 tmp = os_strdup(last_path); in wpa_debug_reopen_file()
559 if (last_path == NULL || os_strcmp(last_path, path) != 0) { in wpa_debug_open_file()
561 os_free(last_path); in wpa_debug_open_file()
562 last_path = os_strdup(path); in wpa_debug_open_file()
606 os_free(last_path); in wpa_debug_close_file()
607 last_path = NULL; in wpa_debug_close_file()
/external/tensorflow/tensorflow/python/training/
Dcheckpoint_management_test.py552 last_path = manager.save(checkpoint_number=32)
553 self.assertIn("-32", last_path)
554 self.assertEqual(last_path, manager.latest_checkpoint)
556 last_path, checkpoint_management.latest_checkpoint(directory))
559 self.assertEqual([path, last_path], state.all_model_checkpoint_paths)
/external/libchrome/base/files/
Dfile_util_posix.cc708 FilePath last_path = full_path; in CreateDirectoryAndGetError() local
711 path.value() != last_path.value(); path = path.DirName()) { in CreateDirectoryAndGetError()
713 last_path = path; in CreateDirectoryAndGetError()