Searched refs:last_path (Results 1 – 3 of 3) sorted by relevance
525 static char *last_path = NULL; variable534 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()
552 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)
708 FilePath last_path = full_path; in CreateDirectoryAndGetError() local711 path.value() != last_path.value(); path = path.DirName()) { in CreateDirectoryAndGetError()713 last_path = path; in CreateDirectoryAndGetError()